http, http load test: improve CPU pinning

This commit is contained in:
Joakim Frostegård 2021-11-07 11:25:50 +01:00
parent aa332ab296
commit 57896f4648
6 changed files with 53 additions and 19 deletions

2
Cargo.lock generated
View file

@ -96,7 +96,6 @@ dependencies = [
"aquatic_common",
"aquatic_http_protocol",
"cfg-if",
"core_affinity",
"either",
"futures-lite",
"futures-rustls",
@ -123,6 +122,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_common",
"aquatic_http_protocol",
"futures-lite",
"glommio",