diff options
author | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-06-09 06:20:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-06-09 06:20:01 +0000 |
commit | 57c651b199ddd42db8106bc625a686bdac60fcd1 (patch) | |
tree | 8dad21c3cefc44e7bd4d07c05b344560d743c8fe | |
parent | 8988a28cd73c4bdb8dcf0248b643a15cc195ca4e (diff) | |
parent | 3be8b6c72a3259024b0fcd36142663b3db1a08e7 (diff) |
Merge "Add simple plot into csit/perf job"
-rw-r--r-- | jjb/csit/csit-vpp-functional.yaml | 24 |
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.' |