bench_handlers: run several test rounds, print averages

This commit is contained in:
Joakim Frostegård 2020-04-06 03:43:06 +02:00
parent 9d66a5e7d0
commit 8c57b3c4fe
7 changed files with 127 additions and 26 deletions

View file

@ -23,6 +23,9 @@ dashmap = "3"
indexmap = "1"
mimalloc = "0.1"
net2 = "0.2"
# bench_handlers / plot_pareto
num-format = "0.4"
rand_distr = "0.2"
plotly = "0.4"