packaging/perftest/unipi/plot.sh: Fixed plot title to 'throughput'

This commit is contained in:
rand00 2022-12-20 21:27:25 +01:00
parent 99f2788ec0
commit 8a45a3e522

View file

@ -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