From ff50b010fb191e1813d130f3e1005a753ee2111b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 2 Jan 2024 17:26:44 +0100 Subject: [PATCH] bench: tweak udp sets --- crates/bencher/src/protocols/udp.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bencher/src/protocols/udp.rs b/crates/bencher/src/protocols/udp.rs index 7bae18b..e517bef 100644 --- a/crates/bencher/src/protocols/udp.rs +++ b/crates/bencher/src/protocols/udp.rs @@ -210,9 +210,9 @@ impl UdpCommand { 16 => SetConfig { implementations: indexmap! { UdpTracker::Aquatic => vec![ - AquaticUdpRunner::new(12, 2), + AquaticUdpRunner::new(14, 2), AquaticUdpRunner::new(16, 2), - AquaticUdpRunner::new(24, 2), + AquaticUdpRunner::new(28, 2), AquaticUdpRunner::new(13, 3), AquaticUdpRunner::new(16, 3),