Browse Source

fix missing export

master
Nicolas Massé 5 years ago
parent
commit
2060c94ea2
  1. 2
      nginx-static/run.sh

2
nginx-static/run.sh

@ -4,7 +4,7 @@ set -e # Do not update graphs if jmeter fails
: ${JMETER:=jmeter}
: ${GNUPLOT:=gnuplot}
HEAP="-Xms1g -Xmx1g -XX:MaxMetaspaceSize=256m"
export HEAP="-Xms1g -Xmx1g -XX:MaxMetaspaceSize=256m"
date="$(date +%F-%H-%M-%S)"
$JMETER -n -t nginx-static.jmx -l "results-$date.csv" -e -o "report-$date"
$GNUPLOT -e "dataset='results-$date.csv'" -e "outfile='latency-$date.png'" -p latency.gnuplot

Loading…
Cancel
Save