mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
udp load test: set default additional_request_probability to 0.5
This commit is contained in:
parent
14474fb5e3
commit
53b46d24f2
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ impl Default for Config {
|
||||||
log_level: LogLevel::Error,
|
log_level: LogLevel::Error,
|
||||||
workers: 1,
|
workers: 1,
|
||||||
duration: 0,
|
duration: 0,
|
||||||
additional_request_probability: 0.1,
|
additional_request_probability: 0.5,
|
||||||
network: NetworkConfig::default(),
|
network: NetworkConfig::default(),
|
||||||
handler: HandlerConfig::default(),
|
handler: HandlerConfig::default(),
|
||||||
#[cfg(feature = "cpu-pinning")]
|
#[cfg(feature = "cpu-pinning")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue