mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
bencher: tweak udp sets
This commit is contained in:
parent
efd357a3ec
commit
d1f9f88850
1 changed files with 3 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ impl UdpCommand {
|
||||||
ChihayaUdpRunner::new(),
|
ChihayaUdpRunner::new(),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
load_test_runs: simple_load_test_runs(cpu_mode, &[1, 2, 4, 6]),
|
load_test_runs: simple_load_test_runs(cpu_mode, &[1, 2, 4, 6, 8]),
|
||||||
},
|
},
|
||||||
2 => SetConfig {
|
2 => SetConfig {
|
||||||
implementations: indexmap! {
|
implementations: indexmap! {
|
||||||
|
|
@ -106,7 +106,7 @@ impl UdpCommand {
|
||||||
ChihayaUdpRunner::new(),
|
ChihayaUdpRunner::new(),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
load_test_runs: simple_load_test_runs(cpu_mode, &[1, 2, 4, 6]),
|
load_test_runs: simple_load_test_runs(cpu_mode, &[1, 2, 4, 6, 8]),
|
||||||
},
|
},
|
||||||
3 => SetConfig {
|
3 => SetConfig {
|
||||||
implementations: indexmap! {
|
implementations: indexmap! {
|
||||||
|
|
@ -196,6 +196,7 @@ impl UdpCommand {
|
||||||
AquaticUdpRunner::new(11, 5),
|
AquaticUdpRunner::new(11, 5),
|
||||||
AquaticUdpRunner::new(10, 6),
|
AquaticUdpRunner::new(10, 6),
|
||||||
AquaticUdpRunner::new(20, 6),
|
AquaticUdpRunner::new(20, 6),
|
||||||
|
AquaticUdpRunner::new(9, 7),
|
||||||
],
|
],
|
||||||
UdpTracker::OpenTracker => vec![
|
UdpTracker::OpenTracker => vec![
|
||||||
OpenTrackerUdpRunner::new(16),
|
OpenTrackerUdpRunner::new(16),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue