diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-04-13 09:40:18 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-04-13 09:41:45 +0200 |
commit | 482bb432e9607bce6cb92d41bf9e299c0e2fc288 (patch) | |
tree | 83f417e7c98d3e0773a38f923eb7c90513fc9b9f /resources/tools/presentation/specification_CPTA.yaml | |
parent | 295a68551716af397597bc721d6a3115572009f9 (diff) |
CSIT-1041: Trending dashboard
Change-Id: Ie98b7b8885575be408686b4eec5b539f3bb68d1d
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specification_CPTA.yaml')
-rw-r--r-- | resources/tools/presentation/specification_CPTA.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index cbd2391ca9..510c932077 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -215,11 +215,11 @@ output-file-ext: ".csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c" data: "plot-performance-trending" - filter: "'1T1C'" + filter: "'MRR' and '1T1C'" parameters: - "name" - "parent" - - "throughput" + - "result" # Number of the best and the worst tests presented in the table. Use 0 (zero) # to present all tests. nr-of-tests-shown: 20 @@ -233,11 +233,11 @@ output-file-ext: ".csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c" data: "plot-performance-trending" - filter: "'2T2C'" + filter: "'MRR' and '2T2C'" parameters: - "name" - "parent" - - "throughput" + - "result" # Number of the best and the worst tests presented in the table. Use 0 (zero) # to present all tests. nr-of-tests-shown: 20 @@ -251,7 +251,7 @@ output-file-ext: ".csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c" data: "plot-performance-trending" - filter: "'4T4C'" + filter: "'MRR' and '4T4C'" parameters: - "name" - "parent" |