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

Make sample names configurable #9

Closed afranken closed 11 years ago

afranken commented 11 years ago

at the moment, both "sample" and "httpSample" are analysed. People may not always want that.

Add a property Set that defaults to "sample" and "httpSample" to make this configurable. This way, if a custom sample name is ever inserted into a results file, it could be analysed too without code changes.

afranken commented 11 years ago

I already have a working prototype in my local workspace. Need to add more tests before pushing.