bench: add pareto plot util; use other shape in bench; refactor

This commit is contained in:
Joakim Frostegård 2020-04-05 16:00:48 +02:00
parent 5d462f808d
commit ab457aaf82
7 changed files with 418 additions and 116 deletions

View file

@ -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"