Merge branch 'master' into cpu-pinning-2022-03-30

This commit is contained in:
Joakim Frostegård 2022-04-04 22:49:25 +02:00
commit 908e18360c
63 changed files with 2513 additions and 446 deletions

View file

@ -13,13 +13,13 @@ readme = "../README.md"
name = "aquatic_ws_load_test"
[dependencies]
async-tungstenite = "0.17"
aquatic_cli_helpers = "0.2.0"
aquatic_common = { version = "0.2.0", features = ["with-glommio"] }
aquatic_toml_config = "0.2.0"
aquatic_ws_protocol = "0.2.0"
aquatic_cli_helpers = { version = "0.2.0", path = "../aquatic_cli_helpers" }
aquatic_common = { version = "0.2.0", path = "../aquatic_common", features = ["with-glommio"] }
aquatic_toml_config = { version = "0.2.0", path = "../aquatic_toml_config" }
aquatic_ws_protocol = { version = "0.2.0", path = "../aquatic_ws_protocol" }
anyhow = "1"
async-tungstenite = "0.17"
futures = "0.3"
futures-rustls = "0.22"
glommio = "0.7"