From: danielhanrahan Date: Thu, 30 May 2024 09:35:06 +0000 (+0100) Subject: CPS performance plots start at 0 X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=7002b3f00bc3cd3c1d311ad550ea884ebb1810dd;p=infra%2Fcicd.git CPS performance plots start at 0 Change the plot limits so that 0 is always included. Issue-ID: CPS-2192 Change-Id: If16802e58925c078c972e0bb0020b3a16ddcee02 Signed-off-by: danielhanrahan --- diff --git a/jjb/onap/cps/prepare-performance-tests-data.sh b/jjb/onap/cps/prepare-performance-tests-data.sh index 276ea473..34bcfdc4 100755 --- a/jjb/onap/cps/prepare-performance-tests-data.sh +++ b/jjb/onap/cps/prepare-performance-tests-data.sh @@ -150,7 +150,7 @@ set terminal pngcairo size 1500,600 set output "${chartFileName}" set xlabel "Build" set ylabel "Percentage of limit %" -set yrange [0 < * < 80 : 120 < *] +set yrange [0 : 120 < *] set xtics rotate plot '$dataFile' using (column(0)):2:xtic(sprintf("%d", column(1))) with linespoints title "measured", \ 100 with lines linestyle 2 title "100% limit"