afranken / jmeter-analysis-maven-plugin

Plugin that parses JMeter result files and computes performance indicators such as average request duration
58 stars 40 forks source link

Results output is always called summary.html #1

Closed Ardesco closed 12 years ago

Ardesco commented 12 years ago

The output of the jmeter-ananlysis-maven-plugin is always called:

summary.html summary.txt etc.

We should be using the filename we read in to name the output file to ensure we don't overwrite the results if multiple files are parsed.

Ardesco commented 12 years ago

By default the name of the file that is read in is used to generate the output filename.