ws load test: rewrite with glommio and futures-rustls

This commit is contained in:
Joakim Frostegård 2021-11-02 11:38:11 +01:00
parent eb2c294300
commit 839f516dcb
4 changed files with 197 additions and 272 deletions

7
Cargo.lock generated
View file

@ -267,16 +267,19 @@ dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_ws_protocol",
"async-tungstenite",
"futures",
"futures-rustls",
"glommio",
"hashbrown 0.11.2",
"mimalloc",
"mio",
"quickcheck",
"quickcheck_macros",
"rand",
"rand_distr",
"rustls",
"serde",
"serde_json",
"slab",
"tungstenite",
]