aquatic http load test: only send request when appropriate, other fixes

This commit is contained in:
Joakim Frostegård 2020-08-02 10:24:27 +02:00
parent 49414e9006
commit 93a7ad0344
2 changed files with 24 additions and 14 deletions

View file

@ -48,7 +48,7 @@ impl Default for Config {
Self {
server_address: "127.0.0.1:3000".parse().unwrap(),
num_workers: 1,
num_connections: 128,
num_connections: 8,
duration: 0,
network: NetworkConfig::default(),
torrents: TorrentConfig::default(),