aquatic_bench: start work on fixing it: create new connect bencher

This commit is contained in:
Joakim Frostegård 2020-04-13 01:34:05 +02:00
parent 6c4013ca55
commit f4ca9c2795
6 changed files with 121 additions and 101 deletions

23
Cargo.lock generated
View file

@ -51,7 +51,7 @@ dependencies = [
"aquatic",
"bittorrent_udp",
"cli_helpers",
"dashmap",
"crossbeam-channel",
"indicatif",
"mimalloc",
"num-format",
@ -260,17 +260,6 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "dashmap"
version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0899c830f359a74834c84ed43b4c0cb6fd714a6fa64e20ab78c78f8cf86d8fc0"
dependencies = [
"ahash",
"cfg-if",
"num_cpus",
]
[[package]]
name = "encode_unicode"
version = "0.3.6"
@ -583,16 +572,6 @@ dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "number_prefix"
version = "0.3.0"