WIP: cleanup aquatic_http_load_test and aquatic_http_protocol

This commit is contained in:
Joakim Frostegård 2020-07-20 14:48:19 +02:00
parent d1e9d24773
commit da3b2bcd8c
10 changed files with 232 additions and 410 deletions

2
Cargo.lock generated
View file

@ -104,7 +104,6 @@ dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_http_protocol",
"crossbeam-channel",
"hashbrown",
"mimalloc",
"mio",
@ -113,7 +112,6 @@ dependencies = [
"rand",
"rand_distr",
"serde",
"socket2",
]
[[package]]