diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-05-15 09:56:26 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-05-15 09:56:26 +0200 |
commit | 6d4268a223982256d6c4ebc9be54f43664f42875 (patch) | |
tree | a8689fc5215b2df3544734c3601dc9496b303a4e /resources/tools | |
parent | 75fc33f31bc71418107bc0932a22b3b31b041528 (diff) |
CSIT-1504: Soak tests - box plots
Change-Id: Id066787f4445b675ef0691a405d0f403b45d6fc2
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/presentation/specification.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 83a758882c..aa60d99701 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -4576,6 +4576,10 @@ - "L2PATCH" - "L2BDMACLRN" - "L2XCBASE" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: title: "30min Soak Test (PLRsearch)" layout: "plot-soak-throughput" @@ -4597,6 +4601,10 @@ - "MEMIF" - "IP4FWD" - "IP6FWD" + traces: + hoverinfo: "x+y" + boxpoints: "outliers" + whiskerwidth: 0 layout: title: "30min Soak Test (PLRsearch)" layout: "plot-soak-throughput" |