|
Performance test reports are currently available here: https://jenkins-aws.indexdata.com/job/Automation/job/folio-perf-test/
We want to be able to digest the information more effectively for modules owned by the Spitfire team and per Jenkins documentation in here https://jmeter.apache.org/usermanual/generating-dashboard.html, we should be able to do the below to get a dashboard of results:
commands to use:
jmeter -g <log file> -o <Path to output folder>
jmeter -n -t <test JMX file> -l <test log file> -e -o <Path to output folder>
The only restriction found - <Path to output folder> need to be empty or forced to override https://stackoverflow.com/a/49595257
Would it be possible to add this step while generating performance reports? Thanks!
|