aquatic_http_load_test: remove mio implementation, clean up

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

2
Cargo.lock generated
View file

@ -131,13 +131,11 @@ dependencies = [
"glommio",
"hashbrown 0.11.2",
"mimalloc",
"mio",
"quickcheck",
"quickcheck_macros",
"rand",
"rand_distr",
"rustls",
"rustls-pemfile",
"serde",
]