mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
WIP: get http load test into better (but bad) state
Is now able to maintain correspondence with aquatic_http and opentracker
This commit is contained in:
parent
9707898a32
commit
cb3ec8cbf1
6 changed files with 89 additions and 44 deletions
|
|
@ -12,6 +12,7 @@ name = "aquatic_http_load_test"
|
|||
anyhow = "1"
|
||||
aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
|
||||
aquatic_http_protocol = { path = "../aquatic_http_protocol" }
|
||||
hashbrown = "0.8"
|
||||
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