diff --git a/plot-throughput.sh b/plot-throughput.sh
index f85f04e76f6b21eef44ef06a1c0a72f65e270161..64e7226f3c48c586e4691c85ac8063ae45a66a51 100755
--- a/plot-throughput.sh
+++ b/plot-throughput.sh
@@ -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