udp load test: move config to own file, clean up imports

This commit is contained in:
Joakim Frostegård 2021-11-17 01:59:31 +01:00
parent eb511c3a4c
commit fc6f3c299e
8 changed files with 129 additions and 125 deletions

View file

@ -17,11 +17,9 @@ anyhow = "1"
aquatic_cli_helpers = "0.1.0"
aquatic_common = "0.1.0"
aquatic_udp_protocol = "0.1.0"
crossbeam-channel = "0.5"
hashbrown = "0.11.2"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
parking_lot = "0.11"
rand = { version = "0.8", features = ["small_rng"] }
rand_distr = "0.4"
serde = { version = "1", features = ["derive"] }