aquatic_bench: enable loading configuration from file

This commit is contained in:
Joakim Frostegård 2020-04-11 14:31:21 +02:00
parent 4691080602
commit 9a1143ffac
6 changed files with 35 additions and 3 deletions

2
Cargo.lock generated
View file

@ -48,12 +48,14 @@ version = "0.1.0"
dependencies = [
"aquatic",
"bittorrent_udp",
"cli_helpers",
"indicatif",
"mimalloc",
"num-format",
"plotly",
"rand",
"rand_distr",
"serde",
]
[[package]]