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

Report doesn't display thread group name with spaces in it #30

Open djangofan opened 9 years ago

djangofan commented 9 years ago

Report doesn't display thread group name with spaces in it.

If my Jmeter thread group is called "Thread Group - Whatever" then the report shows "Thread" as the thread group name. If the thread group name is called "setUp - Do First" , then the report shows "setUp" as the thread group name.