diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-05-15 09:56:26 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-05-15 07:58:02 +0000 |
commit | f56d851aac65feaf411d5d65685916a0ed3d8dfa (patch) | |
tree | 544907225115acb5367c981fc47bb9f5366e3fc8 | |
parent | 8f3a36d7e9db8d09530d0fa16df8bc1c95fe6e82 (diff) |
CSIT-1504: Soak tests - box plots
Change-Id: Id066787f4445b675ef0691a405d0f403b45d6fc2
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 6d4268a223982256d6c4ebc9be54f43664f42875)
-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" |