mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
bench: add pareto plot util; use other shape in bench; refactor
This commit is contained in:
parent
5d462f808d
commit
ab457aaf82
7 changed files with 418 additions and 116 deletions
|
|
@ -17,12 +17,16 @@ name = "bench_connect"
|
|||
[[bin]]
|
||||
name = "bench_announce_scrape"
|
||||
|
||||
[[bin]]
|
||||
name = "plot_pareto"
|
||||
|
||||
[dependencies]
|
||||
bittorrent_udp = { path = "../bittorrent_udp" }
|
||||
dashmap = "3"
|
||||
indexmap = "1"
|
||||
net2 = "0.2"
|
||||
rand_distr = "0.2"
|
||||
plotly = "0.4"
|
||||
|
||||
[dependencies.mio]
|
||||
version = "0.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue