diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-05-15 08:53:42 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-05-15 08:55:07 +0200 |
commit | fce7b4b339f7a79b80143bbd796460720489d694 (patch) | |
tree | 5124fcb1b6d4e672a350b1fc70c868e556dfbdf0 /resources/tools/presentation/specification.yaml | |
parent | 1469b71f48bb4e397ebaa65fbaf0512be691ec49 (diff) |
CSIT-1504: Soak tests - box plots
- table: stdev, round deltas to 2 dec places
Change-Id: I29cd1f7c9ba8ef73a8281d42ac9f6a06ed30bbdf
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specification.yaml')
-rw-r--r-- | resources/tools/presentation/specification.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 5719b2396a..2b55499c94 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -4560,7 +4560,7 @@ # Soak test - 30min Soak Test (PLRsearch), boxes - type: "plot" title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes" - algorithm: "plot_soak_boxes" + algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/soak-test-1" data: "plot-vpp-soak-2n-skx" @@ -4583,7 +4583,7 @@ # Soak test - 30min Soak Test (PLRsearch), boxes - type: "plot" title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes" - algorithm: "plot_soak_boxes" + algorithm: "plot_performance_box" output-file-type: ".html" output-file: "{DIR[STATIC,VPP]}/soak-test-2" data: "plot-vpp-soak-2n-skx" |