Add simple plot into csit/perf job 19/1419/4
authorpmikus <pmikus@cisco.com>
Mon, 6 Jun 2016 11:35:11 +0000 (12:35 +0100)
committerPeter Mikus <pmikus@cisco.com>
Mon, 6 Jun 2016 13:07:28 +0000 (13:07 +0000)
- Use plot plugin for 64B framesize, single core with NDR/PDR

Change-Id: Iea0697f31db3e4e0242c638bc1ebf0603081c8fd
Signed-off-by: pmikus <pmikus@cisco.com>
jjb/csit/csit-vpp-functional.yaml

index f52f6c2..a798ee1 100644 (file)
 
     publishers:
         - archive-artifacts:
-            artifacts: 'report.html, log.html, output.xml'
+            artifacts: 'report.html, log.html, output.xml, output_perf_data.xml'
             latest-only: false
 
         - robot-report:
             output-path: ''
 
+        - plot:
+            - title: 'RFC2544 binary search with 64B, 1 worker-thread, rss=1, NDR'
+              yaxis: 'Packets Per Second'
+              group: '1_thread'
+              num-builds: '20'
+              keep-records: True
+              series:
+                  - file: 'output_perf_data.xml'
+                    format: xml
+                    xpath-type: 'nodeset'
+                    xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="1"]'
+            - title: 'RFC2544 binary search with 64B, 1 worker-thread, rss=1, PDR=0.5%'
+              yaxis: 'Packets Per Second'
+              group: '1_thread'
+              num-builds: '20'
+              keep-records: True
+              series:
+                  - file: 'output_perf_data.xml'
+                    format: xml
+                    xpath-type: 'nodeset'
+                    xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="1"]'
+
 - job-template:
     name: 'csit-vpp-verify-weekly'
     description: 'Purpose of this job is to validate CSIT code against verified vpp build and apply csit-verified tag in case of success.'