mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
bencher: udp: support chihaya, improve error handling, update sets
This commit is contained in:
parent
af45feb911
commit
0c500ec4f0
6 changed files with 211 additions and 25 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue