Merge "Reduce number of k8s upgrade jobs"
authorSunnat Samadov <sunnat.samadov@est.tech>
Mon, 3 Jun 2024 08:53:15 +0000 (08:53 +0000)
committerNordix Gerrit <gerrit@nordix.org>
Mon, 3 Jun 2024 08:53:15 +0000 (08:53 +0000)
jjb/onap/cps/prepare-performance-tests-data.sh

index 276ea4735f929581686309f75cf5c191748f3fd3..34bcfdc41231477170578162923ab2e9c52100d3 100755 (executable)
@@ -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"