WIP: work on http load test (now partly working) and http protocol

This commit is contained in:
Joakim Frostegård 2020-07-20 14:30:36 +02:00
parent 5b0d364ccf
commit d1e9d24773
10 changed files with 326 additions and 226 deletions

8
Cargo.lock generated
View file

@ -105,6 +105,7 @@ dependencies = [
"aquatic_cli_helpers",
"aquatic_http_protocol",
"crossbeam-channel",
"hashbrown",
"mimalloc",
"mio",
"quickcheck",
@ -123,6 +124,7 @@ dependencies = [
"bendy",
"criterion",
"hashbrown",
"hex",
"itoa",
"log",
"memchr",
@ -824,6 +826,12 @@ dependencies = [
"libc",
]
[[package]]
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
[[package]]
name = "histogram"
version = "0.6.9"