diff --git a/packaging/perftest/unipi/plot.sh b/packaging/perftest/unipi/plot.sh index 578bcd8..a9b5d04 100755 --- a/packaging/perftest/unipi/plot.sh +++ b/packaging/perftest/unipi/plot.sh @@ -89,7 +89,8 @@ while read -r UUID; do done < <(get_jobs_build-uuids) PLOT_VERSION=1 -PLOT_NAME="Throughput for 30 concurrent threads" +PLOT_NAME="throughput" +PLOT_TITLE="Throughput for 30 concurrent threads" OUT_DIR="${CACHE_DIR}/perftest/${JOB}/${PLOT_NAME}_${PLOT_VERSION}" if [ ! -e "$OUT_DIR" ]; then mkdir -p "$OUT_DIR" @@ -100,11 +101,11 @@ info generating plot: "$OUT_IMG" gnuplot >"$OUT_IMG" <