packaging/perftest/unipi/plot.sh: Plotting throughput column
This commit is contained in:
parent
34aa7a767a
commit
f9375f0828
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ set terminal png size $DIMS
|
||||||
set output '$OUT_IMG'
|
set output '$OUT_IMG'
|
||||||
set title 'Concurrent'
|
set title 'Concurrent'
|
||||||
set style data histograms
|
set style data histograms
|
||||||
plot '$DAT' using 4:xtic(1)
|
plot '$DAT' using 3:xtic(1)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
rm "$DAT"
|
rm "$DAT"
|
||||||
|
|
Loading…
Reference in a new issue