aquatic http load test: improve connection creation, default config

This commit is contained in:
Joakim Frostegård 2020-08-02 19:11:14 +02:00
parent 8a3f3fa330
commit a02035d659
2 changed files with 8 additions and 6 deletions

View file

@ -61,9 +61,9 @@ impl Default for NetworkConfig {
fn default() -> Self {
Self {
close_connection_after_response: false,
connection_creation_interval: 40,
poll_timeout_microseconds: 47,
poll_event_capacity: 1024,
connection_creation_interval: 10,
poll_timeout_microseconds: 197,
poll_event_capacity: 64,
}
}
}