com.lazerycode.jmeter.analyzer.templates.html.index.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-analysis-maven-plugin Show documentation
Show all versions of jmeter-analysis-maven-plugin Show documentation
Parses JMeter result files and computes performance indicators such as average request duration
The newest version!
<#ftl/>
<#-- @ftlvariable name="self" type="java.util.Map>" -->
<#setting url_escaping_charset='UTF-8'>
JMeter Test Results
JMeter Summary
<#if !self?keys?has_content>
Results file is empty.
<#else>
<#list self("tests") as test>
${test}
#list>
#if>