aquatic_http_load_test: add glommio implementation

This commit is contained in:
Joakim Frostegård 2021-10-28 01:06:13 +02:00
parent e79a8c7e68
commit 13d18bbf03
6 changed files with 347 additions and 6 deletions

View file

@ -18,8 +18,13 @@ mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
rand = { version = "0.8", features = ["small_rng"] }
rand_distr = "0.4"
rustls = { version = "0.20", features = ["dangerous_configuration"] }
rustls-pemfile = "0.2"
serde = { version = "1", features = ["derive"] }
futures-lite = "1"
glommio = { git = "https://github.com/DataDog/glommio.git", rev = "4e6b14772da2f4325271fbcf12d24cf91ed466e5" }
[dev-dependencies]
quickcheck = "1.0"
quickcheck_macros = "1.0"