0d7e6b113c
- update plot plugin to use convert xml - update test cases Change-Id: I37fff234992dd419222459e808d022bfcf1a8215 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
39 lines
1.3 KiB
XML
39 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.plot.PlotPublisher>
|
|
<plots>
|
|
<hudson.plugins.plot.Plot>
|
|
<title>Sample graph</title>
|
|
<yaxis/>
|
|
<width>750</width>
|
|
<height>450</height>
|
|
<csvFileName>persisted.csv</csvFileName>
|
|
<group>bench</group>
|
|
<useDescr>false</useDescr>
|
|
<exclZero>false</exclZero>
|
|
<logarithmic>false</logarithmic>
|
|
<keepRecords>false</keepRecords>
|
|
<numBuilds/>
|
|
<style>line</style>
|
|
<series>
|
|
<hudson.plugins.plot.CSVSeries>
|
|
<file>data.csv</file>
|
|
<inclusionFlag>INCLUDE_BY_STRING</inclusionFlag>
|
|
<exclusionValues>Column 1,Column 2,Column 3</exclusionValues>
|
|
<url/>
|
|
<displayTableFlag>false</displayTableFlag>
|
|
<strExclusionSet>
|
|
<string>Column 1</string>
|
|
<string>Column 2</string>
|
|
<string>Column 3</string>
|
|
</strExclusionSet>
|
|
<fileType>csv</fileType>
|
|
</hudson.plugins.plot.CSVSeries>
|
|
</series>
|
|
</hudson.plugins.plot.Plot>
|
|
</plots>
|
|
</hudson.plugins.plot.PlotPublisher>
|
|
</publishers>
|
|
</project>
|