<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <hudson.plugins.plot.PlotPublisher>
      <plots>
        <hudson.plugins.plot.Plot>
          <title>Sample graph</title>
          <yaxis/>
          <width>900</width>
          <height>1000</height>
          <csvFileName>persisted.csv</csvFileName>
          <group>bench</group>
          <useDescr>false</useDescr>
          <exclZero>false</exclZero>
          <logarithmic>false</logarithmic>
          <keepRecords>true</keepRecords>
          <numBuilds/>
          <style>line</style>
          <series>
            <hudson.plugins.plot.CSVSeries>
              <file>data.csv</file>
              <inclusionFlag>OFF</inclusionFlag>
              <exclusionValues/>
              <url/>
              <displayTableFlag>false</displayTableFlag>
              <fileType>csv</fileType>
            </hudson.plugins.plot.CSVSeries>
          </series>
        </hudson.plugins.plot.Plot>
      </plots>
    </hudson.plugins.plot.PlotPublisher>
  </publishers>
</project>