add aquatic_load_test for benchmarking aquatic over the network

This commit is contained in:
Joakim Frostegård 2020-04-19 10:21:12 +02:00
parent eb3ba6a2ce
commit f6ed47fec7
9 changed files with 1108 additions and 0 deletions

19
Cargo.lock generated
View file

@ -61,6 +61,25 @@ dependencies = [
"serde",
]
[[package]]
name = "aquatic_load_test"
version = "0.1.0"
dependencies = [
"bittorrent_udp",
"cli_helpers",
"crossbeam-channel",
"hashbrown",
"mimalloc",
"mio",
"net2",
"parking_lot",
"quickcheck",
"quickcheck_macros",
"rand",
"rand_distr",
"serde",
]
[[package]]
name = "arrayvec"
version = "0.4.12"