summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC.J. Collier <cjcollier@linuxfoundation.org>2016-06-09 06:20:01 +0000
committerGerrit Code Review <gerrit@fd.io>2016-06-09 06:20:01 +0000
commit57c651b199ddd42db8106bc625a686bdac60fcd1 (patch)
tree8dad21c3cefc44e7bd4d07c05b344560d743c8fe
parent8988a28cd73c4bdb8dcf0248b643a15cc195ca4e (diff)
parent3be8b6c72a3259024b0fcd36142663b3db1a08e7 (diff)
Merge "Add simple plot into csit/perf job"
-rw-r--r--jjb/csit/csit-vpp-functional.yaml24
1 files changed, 23 insertions, 1 deletions
diff --git a/jjb/csit/csit-vpp-functional.yaml b/jjb/csit/csit-vpp-functional.yaml
index f52f6c22b..a798ee1a8 100644
--- a/jjb/csit/csit-vpp-functional.yaml
+++ b/jjb/csit/csit-vpp-functional.yaml
@@ -104,12 +104,34 @@
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.'