mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
bench: udp: remove 3 cpu core sets to save runtime
This commit is contained in:
parent
ff50b010fb
commit
74155b4d79
2 changed files with 0 additions and 19 deletions
1
TODO.md
1
TODO.md
|
|
@ -3,7 +3,6 @@
|
||||||
## High priority
|
## High priority
|
||||||
|
|
||||||
* aquatic_bench
|
* aquatic_bench
|
||||||
* consider removing 3 core sets
|
|
||||||
* check effects of channel size on RAM use and performance
|
* check effects of channel size on RAM use and performance
|
||||||
|
|
||||||
* CI transfer test
|
* CI transfer test
|
||||||
|
|
|
||||||
|
|
@ -108,24 +108,6 @@ impl UdpCommand {
|
||||||
},
|
},
|
||||||
load_test_runs: simple_load_test_runs(cpu_mode, &[1, 2, 4, 6, 8]),
|
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 {
|
4 => SetConfig {
|
||||||
implementations: indexmap! {
|
implementations: indexmap! {
|
||||||
UdpTracker::Aquatic => vec![
|
UdpTracker::Aquatic => vec![
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue