WIP: start work on porting udp load test to http

This commit is contained in:
Joakim Frostegård 2020-07-19 23:03:30 +02:00
parent 4ac2012a2a
commit 5b0d364ccf
8 changed files with 877 additions and 0 deletions

18
Cargo.lock generated
View file

@ -97,6 +97,24 @@ dependencies = [
"smartstring",
]
[[package]]
name = "aquatic_http_load_test"
version = "0.1.0"
dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_http_protocol",
"crossbeam-channel",
"mimalloc",
"mio",
"quickcheck",
"quickcheck_macros",
"rand",
"rand_distr",
"serde",
"socket2",
]
[[package]]
name = "aquatic_http_protocol"
version = "0.1.0"