move plot_pareto from aquatic_udp_bench crate into own crate

This commit is contained in:
Joakim Frostegård 2020-05-25 19:37:11 +02:00
parent 2f13e1e1a8
commit 3addab07f0
14 changed files with 53 additions and 35 deletions

View file

@ -2,4 +2,4 @@
export RUSTFLAGS="-C target-cpu=native"
cargo run --release --bin aquatic_udp_bench_handlers -- $@
cargo run --release --bin aquatic_udp_bench -- $@