mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
WIP: work on http load test (now partly working) and http protocol
This commit is contained in:
parent
5b0d364ccf
commit
d1e9d24773
10 changed files with 326 additions and 226 deletions
|
|
@ -13,6 +13,7 @@ anyhow = "1"
|
|||
aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
|
||||
aquatic_http_protocol = { path = "../aquatic_http_protocol" }
|
||||
crossbeam-channel = "0.4"
|
||||
hashbrown = { version = "0.7", features = ["serde"] }
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
|
||||
rand = { version = "0.7", features = ["small_rng"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue