bench_handlers: add indicatif progress bars (nice but a bit unnecessary)

This commit is contained in:
Joakim Frostegård 2020-04-06 13:51:03 +02:00
parent e42dc05996
commit 0ca5040cbe
5 changed files with 100 additions and 16 deletions

View file

@ -16,6 +16,7 @@ name = "plot_pareto"
[dependencies]
aquatic = { path = "../aquatic" }
indicatif = "0.14"
mimalloc = "0.1"
num-format = "0.4"
plotly = "0.4"