mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
WIP: work on http load test (now partly working) and http protocol
This commit is contained in:
parent
5b0d364ccf
commit
d1e9d24773
10 changed files with 326 additions and 226 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue