udp load test: rename config key peer_histogram to extra_statistics

This commit is contained in:
Joakim Frostegård 2024-02-06 18:52:12 +01:00
parent c97a3a7996
commit b16ab82699
3 changed files with 6 additions and 6 deletions

View file

@ -353,7 +353,7 @@ impl Worker {
.response_peers
.fetch_add(self.statistics.response_peers, Ordering::Relaxed);
if self.config.peer_histogram {
if self.config.extra_statistics {
let message = StatisticsMessage::ResponsesPerInfoHash(
self.announce_responses_per_info_hash.split_off(0),
);