CPS performance plots start at 0
[infra/cicd.git] / 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"