Specify the path to the Performance report files, relative to the workspace root.
- You can specify multiple files and directories separated by semicolon.
- You use an Ant 'fileset' pattern.
Default Values are:
- JMeter reports: **/*.jtl
- JMeter Summariser reports: **/*.log *
- JUnit report: **/TEST-*.xml
- wrk report: **/*.wrk **
* By default jmeter writes summariser statistics to jmeter.log. To enable logging
summariser statistics to separate log file add the property to jmeter.properties file to #Logging Configuration block : "log_file.jmeter.reporters.Summariser=filename.log"
** By default wrk does not write output files. You'll
need to redirect the STDOUT output for a file as in
wrk [options] [url] > results.wrk