File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,15 @@ TTFR=$((($(_date) - ts)/1000000))
5858RSS=` ps -o rss= -p $CURRENT_PID | sed ' s/^ *//g' `
5959
6060tempdir=$( mktemp -d)
61- jbang run@hyperfoil -o $tempdir -PLOAD_DURATION=20s -PWARMUP_DURATION=0s -PWARMUP_PAUSE_DURATION=0s ${thisdir} /perf-lab/load-tests/load-test-fixed-threads-read-all.hf.yml & > ${tempdir} /hf.log
61+
62+ jbang \
63+ -Dio.hyperfoil.rootdir=${tempdir} \
64+ run@hyperfoil \
65+ -o ${tempdir} \
66+ -PLOAD_DURATION=20s \
67+ -PWARMUP_DURATION=0s \
68+ -PWARMUP_PAUSE_DURATION=0s \
69+ ${thisdir} /perf-lab/load-tests/load-test-fixed-threads-read-all.hf.yml & > ${tempdir} /hf.log
6270
6371kill $( lsof -t -i:8080) & > /dev/null
6472${thisdir} /infra.sh -d
@@ -67,4 +75,6 @@ echo "-------------------------------------------------"
6775printf " Time to first request: %.3f sec\n" $( echo " $TTFR / 1000" | bc -l)
6876printf " RSS (after 1st request): %.1f MB\n" $( echo " $RSS / 1024" | bc -l)
6977echo " -------------------------------------------------"
78+
7079cat ${tempdir} /hf.log
80+ echo " Other information output by hyperfoil is available in ${tempdir} "
You can’t perform that action at this time.
0 commit comments