packaging/perftest/unipi/plot.sh: Fixed plot title to 'throughput'
This commit is contained in:
parent
99f2788ec0
commit
8a45a3e522
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ OUT_IMG="${CACHE_DIR}/perf/${JOB}/${PLOT_NAME}_${PLOT_VERSION}/${LATEST_UUID}.pn
|
|||
gnuplot <<EOF
|
||||
set terminal png size $DIMS
|
||||
set output '$OUT_IMG'
|
||||
set title 'Concurrent'
|
||||
set title '$PLOT_NAME'
|
||||
set style data histograms
|
||||
plot '$DAT' using 3:xtic(1)
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue