We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848c122 commit 46d4eb4Copy full SHA for 46d4eb4
tests/performance/Makefile
@@ -44,7 +44,7 @@ performance-test-jwt: ##[PLAN_NAME=name of jmeter plan] [APIM_ENV=environment fo
44
echo "running performance tests against ${PLAN_NAME}..."
45
jmeter -n -t ${PLAN_NAME}.jmx -J apim_env=${APIM_ENV} -J apikey=${APIKEY} -J kid=${KID} -f -l result.jtl -e -o "report" ;
46
47
-performance-test-dashboard: ##[TEST_DATA=name of performance test data jtl file]
+performance-test-dashboard: ##[TEST_DATA=name of performance test data jtl file] change
48
echo "generating performance dashboard for ${TEST_DATA}..."
49
jmeter -g ${TEST_DATA}.jtl -f -e -o reports
50
0 commit comments