aquatic_common, udp, udp load test: improve cpu pinning

This commit is contained in:
Joakim Frostegård 2021-11-07 11:03:49 +01:00
parent 91a62ab73a
commit aa332ab296
9 changed files with 142 additions and 78 deletions

4
Cargo.lock generated
View file

@ -77,6 +77,7 @@ dependencies = [
"ahash 0.7.6",
"anyhow",
"arc-swap",
"core_affinity",
"hashbrown 0.11.2",
"hex",
"indexmap-amortized",
@ -166,7 +167,6 @@ dependencies = [
"aquatic_common",
"aquatic_udp_protocol",
"cfg-if",
"core_affinity",
"crossbeam-channel",
"futures-lite",
"glommio",
@ -206,8 +206,8 @@ version = "0.1.0"
dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_common",
"aquatic_udp_protocol",
"core_affinity",
"crossbeam-channel",
"hashbrown 0.11.2",
"mimalloc",