Skip to content

Commit

Permalink
bench: udp: remove 3 cpu core sets to save runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed Jan 2, 2024
1 parent ff50b01 commit 74155b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 0 additions & 18 deletions crates/bencher/src/protocols/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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![
Expand Down

0 comments on commit 74155b4

Please sign in to comment.