diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-12-19 12:47:03 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-12-20 07:38:04 +0000 |
commit | b2d3edd937c2e910f727358a9fdcf250ff321642 (patch) | |
tree | fddd56c39a56ff07abb1beca488fffd6e10352f0 /jjb/honeycomb | |
parent | 95b17e471ba8236d10ed4a2f9587284ef20a31de (diff) |
HONEYCOMB-288: separate plots for read and each write type
Depends on https://gerrit.fd.io/r/#/c/4385
Change-Id: Ib6f9e167c98d390248a9f2837b8bcb70a76af6ad
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'jjb/honeycomb')
-rw-r--r-- | jjb/honeycomb/honeycomb.yaml | 53 |
1 files changed, 49 insertions, 4 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index c3ff0c5ea..699eeb805 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -200,17 +200,62 @@ publishers: - plot: - - title: 'Infrastructure CFG write benchmark' + - title: 'Infrastructure CFG write benchmark (simple-container)' yaxis: 'ops/second' - csv-file-name: 'benchmark.csv' + csv-file-name: 'simple-container.csv' group: 'infra-bench' keep-records: true numbuilds: '20' style: 'line' use-description: false series: - - file: 'infra/it/benchmark/target/benchmark.csv' + - file: 'infra/it/benchmark/target/simple-container.csv' display-table: true format: 'csv' inclusion-flag: 'include-by-string' - exclude: 'Score, Score Error (99,9%)' + exclude: 'persistence=true freq=1,persistence=true freq=10,persistence=false freq=1,persistence=false freq=10' + - plot: + - title: 'Infrastructure CFG write benchmark (list-in-container)' + yaxis: 'ops/second' + csv-file-name: 'list-in-container.csv' + group: 'infra-bench' + keep-records: true + numbuilds: '20' + style: 'line' + use-description: false + series: + - file: 'infra/it/benchmark/target/list-in-container.csv' + display-table: true + format: 'csv' + inclusion-flag: 'include-by-string' + exclude: 'persistence=true freq=1,persistence=true freq=10,persistence=false freq=1,persistence=false freq=10' + - plot: + - title: 'Infrastructure CFG write benchmark (complex-list-in-container)' + yaxis: 'ops/second' + csv-file-name: 'complex-list-in-container.csv' + group: 'infra-bench' + keep-records: true + numbuilds: '20' + style: 'line' + use-description: false + series: + - file: 'infra/it/benchmark/target/complex-list-in-container.csv' + display-table: true + format: 'csv' + inclusion-flag: 'include-by-string' + exclude: 'persistence=true freq=1,persistence=true freq=10,persistence=false freq=1,persistence=false freq=10' + - plot: + - title: 'Infrastructure CFG read benchmark' + yaxis: 'ops/second' + csv-file-name: 'operational-read.csv' + group: 'infra-bench' + keep-records: true + numbuilds: '20' + style: 'line' + use-description: false + series: + - file: 'infra/it/benchmark/target/operational-read.csv' + display-table: true + format: 'csv' + inclusion-flag: 'include-by-string' + exclude: 'simple-container,list-in-container,complex-list-in-container' |