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

4
Cargo.lock generated
View file

@ -127,6 +127,8 @@ dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_http_protocol",
"futures-lite",
"glommio",
"hashbrown 0.11.2",
"mimalloc",
"mio",
@ -134,6 +136,8 @@ dependencies = [
"quickcheck_macros",
"rand",
"rand_distr",
"rustls",
"rustls-pemfile",
"serde",
]