mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
aquatic_bench: enable loading configuration from file
This commit is contained in:
parent
4691080602
commit
9a1143ffac
6 changed files with 35 additions and 3 deletions
|
|
@ -17,9 +17,11 @@ name = "plot_pareto"
|
|||
[dependencies]
|
||||
aquatic = { path = "../aquatic" }
|
||||
bittorrent_udp = { path = "../bittorrent_udp" }
|
||||
cli_helpers = { path = "../cli_helpers" }
|
||||
indicatif = "0.14"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
num-format = "0.4"
|
||||
plotly = "0.4"
|
||||
rand = { version = "0.7", features = ["small_rng"] }
|
||||
rand_distr = "0.2"
|
||||
rand_distr = "0.2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue