All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.plugins.PerfPublisher.PerfPublisherBuildAction.global.jelly Maven / Gradle / Ivy


  			
  			
            
Tests Values Percent Trend
Number of tests ${it.reports.numberOfTest} - UP DOWN STABLE
Number of executed tests ${it.reports.numberOfExecutedTest} ${it.reports.percentOfExecutedTest}% UP DOWN STABLE
Number of not executed tests ${it.reports.numberOfNotExecutedTest} ${it.reports.percentOfNotExecutedTest}% UP DOWN STABLE
Success States Values Percent Trend
Passed test ${it.reports.numberOfPassedTest} ${it.reports.percentOfPassedTest}% UP DOWN STABLE
Failed test ${it.reports.numberOfFailedTest} ${it.reports.percentOfFailedTest}% UP DOWN STABLE
Analysis points Number of measures Standard deviation (inf - sup) Average Value Trend
Compile time ${it.reports.numberOfCompileTimeTest} ${it.reports.bestCompileTimeTestName} : ${it.reports.bestCompileTimeTestValue} - ${it.report.worstCompileTimeTestName} : ${it.report.worstCompileTimeTestValue} ${it.reports.averageOfCompileTime} UP DOWN STABLE
Execution time ${it.reports.numberOfExecutionTimeTest} ${it.reports.bestExecutionTimeTestName} : ${it.reports.bestExecutionTimeTestValue} - ${it.reports.worstExecutionTimeTestName} : ${it.reports.worstExecutionTimeTestValue} ${it.reports.averageOfExecutionTime} UP DOWN STABLE
Performance ${it.reports.numberOfPerformanceTest} ${it.reports.worstPerformanceTestName} : ${it.reports.worstPerformanceTestValue} - ${it.reports.bestPerformanceTestName} : ${it.reports.bestPerformanceTestValue} ${it.reports.averageOfPerformance} UP DOWN STABLE
Test name Executed Success State Compile Time Execution Time Performance
${test.name} YES NO 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})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy