packaging/perftest/unipi/plot.sh: Plotting throughput column

This commit is contained in:
rand00 2022-12-20 21:20:59 +01:00
parent 34aa7a767a
commit f9375f0828

View file

@ -64,7 +64,7 @@ set terminal png size $DIMS
set output '$OUT_IMG'
set title 'Concurrent'
set style data histograms
plot '$DAT' using 4:xtic(1)
plot '$DAT' using 3:xtic(1)
EOF
rm "$DAT"