Specify the path to the Performance report files, relative to the workspace root.
Plugin will be automatically detect parser for each report file.
- You can specify multiple files and directories separated by semicolon.
- You use an Ant 'fileset' pattern.
Default Values are:
- JMeter reports: "**/*.jtl"
- JMeter csv reports: "**/*.csv"
- JMeter Summariser reports: "**/*.log"
- Taurus reports: "**/*.xml"
- 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"
** Default time format, that JMeter used for logging is "yyyy/mm/dd HH:mm:ss". See "log_format" property in jmeter.properties file in #Logging Configuration block.
*** 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