hudson.plugins.PerfPublisher.FilesDetails.index.jelly Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of perfpublisher Show documentation
Show all versions of perfpublisher Show documentation
The PerfPublisher plug-in scans for xml tests reports defined in the administration panel and generates trend graphs, computes stats and underline regressions and modifications. The xml files must be generated by your own testing tool.
File report
${it.report.percentOfFailedTest}% (${it.report.numberOfFailedTest})
${it.report.percentOfPassedTest}% (${it.report.numberOfPassedTest})
${it.report.percentOfFailedTest}% (${it.report.numberOfFailedTest})
${it.report.percentOfPassedTest}% (${it.report.numberOfPassedTest})
Number of tests
${it.report.numberOfTest}
-
Number of executed tests
${it.report.numberOfExecutedTest}
${it.report.percentOfExecutedTest}%
Number of not executed tests
${it.report.numberOfNotExecutedTest}
${it.report.percentOfNotExecutedTest}%
Passed tests
${it.report.numberOfPassedTest}
${it.report.percentOfPassedTest}%
Failed tests
${it.report.numberOfFailedTest}
${it.report.percentOfFailedTest}%
Analysis points
N.Measures
Average
Compile time
${it.report.numberOfCompileTimeTest}
${it.report.averageOfCompileTime}
Execution time
${it.report.numberOfExecutionTimeTest}
${it.report.averageOfExecutionTime}
Performance
${it.report.numberOfPerformanceTest}
${it.report.averageOfPerformance}
Targets
Test name
Success State
Compile Time
Execution Time
Performance
- ${target.name}
${test.adaptedName}
${test.shortedMessage}
YES - ${test.success.state}%
NO - ${test.success.state}%
-
${test.compileTime.measure} (${test.compileTime.unit})
-
${test.executionTime.measure} (${test.executionTime.unit})
-
${test.performance.measure} (${test.performance.unit})
- ${target.name}
${test.adaptedName}
${test.shortedMessage}
YES - ${test.success.state}%
NO - ${test.success.state}%
-
${test.compileTime.measure} (${test.compileTime.unit})
-
${test.executionTime.measure} (${test.executionTime.unit})
-
${test.performance.measure} (${test.performance.unit})
- ${target.name}
${test.adaptedName}
${test.shortedMessage}
YES - ${test.success.state}%
NO - ${test.success.state}%
-
${test.compileTime.measure} (${test.compileTime.unit})
-
${test.executionTime.measure} (${test.executionTime.unit})
-
${test.performance.measure} (${test.performance.unit})