ws load test: add cpu pinning and log crate logging

This commit is contained in:
Joakim Frostegård 2021-11-07 12:00:36 +01:00
parent 3114f8692b
commit b653e3e3ff
4 changed files with 31 additions and 4 deletions

1
Cargo.lock generated
View file

@ -272,6 +272,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_common",
"aquatic_ws_protocol",
"async-tungstenite",
"futures",