bench: udp: remove 3 cpu core sets to save runtime

This commit is contained in:
Joakim Frostegård 2024-01-02 17:41:42 +01:00
parent ff50b010fb
commit 74155b4d79
2 changed files with 0 additions and 19 deletions

View file

@ -3,7 +3,6 @@
## High priority
* aquatic_bench
* consider removing 3 core sets
* check effects of channel size on RAM use and performance
* CI transfer test

View file

@ -108,24 +108,6 @@ impl UdpCommand {
},
load_test_runs: simple_load_test_runs(cpu_mode, &[1, 2, 4, 6, 8]),
},
3 => SetConfig {
implementations: indexmap! {
UdpTracker::Aquatic => vec![
AquaticUdpRunner::new(2, 1),
AquaticUdpRunner::new(3, 1),
AquaticUdpRunner::new(4, 1),
AquaticUdpRunner::new(5, 1),
],
UdpTracker::OpenTracker => vec![
OpenTrackerUdpRunner::new(3),
OpenTrackerUdpRunner::new(6),
],
UdpTracker::Chihaya => vec![
ChihayaUdpRunner::new(),
],
},
load_test_runs: simple_load_test_runs(cpu_mode, &[4, 6, 8, 12, 16]),
},
4 => SetConfig {
implementations: indexmap! {
UdpTracker::Aquatic => vec![