mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
ws load test: rewrite with glommio and futures-rustls
This commit is contained in:
parent
eb2c294300
commit
839f516dcb
4 changed files with 197 additions and 272 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue