bencher: udp: support chihaya, improve error handling, update sets

This commit is contained in:
Joakim Frostegård 2023-12-28 20:02:46 +01:00
parent af45feb911
commit 0c500ec4f0
6 changed files with 211 additions and 25 deletions

7
Cargo.lock generated
View file

@ -136,6 +136,7 @@ dependencies = [
"aquatic_udp_load_test",
"clap 4.4.11",
"indexmap 2.1.0",
"indoc",
"itertools 0.12.0",
"nonblock",
"once_cell",
@ -1464,6 +1465,12 @@ dependencies = [
"hashbrown 0.14.3",
]
[[package]]
name = "indoc"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
[[package]]
name = "instant"
version = "0.1.12"