jenkins-job-builder/tests/publishers/fixtures/performance-minimal.xml
Dong Ma 4f183cdb1b Update performance plugin
- update performance plugin to use convert xml
- add new parameters for performance plugin
- update test cases
- add plugin="performance" attribute

Change-Id: Ice3420d3413d85daf4e6f678011382788e2bdd97
2016-10-23 21:56:39 -07:00

24 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.performance.PerformancePublisher plugin="performance">
<errorFailedThreshold>0</errorFailedThreshold>
<errorUnstableThreshold>0</errorUnstableThreshold>
<errorUnstableResponseTimeThreshold/>
<relativeFailedThresholdPositive>0.0</relativeFailedThresholdPositive>
<relativeFailedThresholdNegative>0.0</relativeFailedThresholdNegative>
<relativeUnstableThresholdPositive>0.0</relativeUnstableThresholdPositive>
<relativeUnstableThresholdNegative>0.0</relativeUnstableThresholdNegative>
<nthBuildNumber>0</nthBuildNumber>
<modeRelativeThresholds>false</modeRelativeThresholds>
<configType>ART</configType>
<modeOfThreshold>false</modeOfThreshold>
<failBuildIfNoResultFile>false</failBuildIfNoResultFile>
<compareBuildPrevious>false</compareBuildPrevious>
<modePerformancePerTestCase>true</modePerformancePerTestCase>
<modeThroughput>false</modeThroughput>
<parsers/>
</hudson.plugins.performance.PerformancePublisher>
</publishers>
</project>