Skip to content
Snippets Groups Projects
Commit 92482b16 authored by Florian Fischer's avatar Florian Fischer
Browse files

[plot-throughput] select non computation runs more precisely

parent 941aef35
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
mkdir -p plots
./plot.py -w -o plots/throughput-80.tex -i emper-release tokio go --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-80-procs
./plot.py -w -o plots/throughput-80.tex -ix "*00us" --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-80-procs
./plot.py -w -o plots/throughput-80-100us.tex -i "*100us" --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-80-procs
./plot.py -w -o plots/throughput-80-200us.tex -i "*200us" --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-80-procs
./plot.py -w -o plots/throughput-20.tex -i emper-20 tokio-20 go-20 --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-20-procs
./plot.py -w -o plots/throughput-20.tex -ix "*00us" --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-20-procs
./plot.py -w -o plots/throughput-20-100us.tex -i "*100us" --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-20-procs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment