mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
bencher: disable udp load test extra statistics
This commit is contained in:
parent
b16ab82699
commit
983d88734c
1 changed files with 2 additions and 0 deletions
|
|
@ -443,6 +443,8 @@ impl ProcessRunner for AquaticUdpLoadTestRunner {
|
|||
c.duration = self.parameters.duration;
|
||||
c.summarize_last = self.parameters.summarize_last;
|
||||
|
||||
c.extra_statistics = false;
|
||||
|
||||
c.requests.announce_peers_wanted = 30;
|
||||
c.requests.weight_connect = 0;
|
||||
c.requests.weight_announce = 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue