diff options
author | 2016-12-21 08:57:08 +0100 | |
---|---|---|
committer | 2016-12-23 08:10:33 +0000 | |
commit | 2385547cbfb8a9ac72efe293c73fc9dbe0228c9b (patch) | |
tree | fa3dc42f5e4aba36e62b1848c1c4ca1fb9f1f3e8 /jjb | |
parent | d5b58fedebf5712af73607ec66b6cd8cd1a27a37 (diff) |
Fix plots cfg for honeycomb-benchmark-master
Current configuration creates 4 plot sections,
but each of them contains only first of defined plots.
Change-Id: Ib8bcd2b3936ac08b9ca129b4e0902d1a3916ba5c
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/honeycomb/honeycomb.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 168fb132d..0f434ef14 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -218,7 +218,6 @@ 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 (list-in-container)' yaxis: 'ops/second' csv-file-name: 'list-in-container.csv' @@ -233,7 +232,6 @@ 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' @@ -248,7 +246,6 @@ 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' |