From 3f8bfb9fa85bdadf2cdf9916e076a0d3b62e1c4f Mon Sep 17 00:00:00 2001 From: rand00 Date: Tue, 17 Jan 2023 11:55:30 +0100 Subject: [PATCH] packaging/perftest/unipi/plot.sh: Title is now different from FS name + added informative y-label --- packaging/perftest/unipi/plot.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" <