aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-06-15 17:39:00 +0200
committerTibor Frank <tifrank@cisco.com>2020-06-25 06:10:55 +0000
commitab9a2d21969ef5c18da02c4495aeb19fffe774c3 (patch)
tree2d2d2831aac73fd8030818ffb1b6dec5772d56ff
parent02462920a64190a1819d16dbafa6a727da7fac99 (diff)
Report: Improve soak_tests/index.rst
- The -iterative- jobs should be used in future, but for 2005 the results still come from -verify- jobs. Change-Id: Ief6651a17543f27a3ccfaf2861aa6f511d80127e Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit a216afda94f4e23ecc50e03587e31b754d0f0116)
-rw-r--r--docs/report/vpp_performance_tests/soak_tests/index.rst15
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/report/vpp_performance_tests/soak_tests/index.rst b/docs/report/vpp_performance_tests/soak_tests/index.rst
index 39e5ce152f..c8aa467685 100644
--- a/docs/report/vpp_performance_tests/soak_tests/index.rst
+++ b/docs/report/vpp_performance_tests/soak_tests/index.rst
@@ -34,8 +34,8 @@ Soak Tests
==========
Long duration (30 minutes per test) soak tests are executed
-using :ref:`plrsearch` algorithm. As the test take long time, only 10 test
-were executed, two runs each.
+using :ref:`plrsearch` algorithm. As the tests take long time,
+only 12 test cases were executed, two runs each.
Additional information about graph data:
@@ -45,16 +45,11 @@ Additional information about graph data:
#. **Y-axis Labels**: estimated lower bounds for critical rate value in [Mpps].
-#. **Graph Legend**: list of X-axis indices with CSIT test suites.
+#. **Graph Legend**: list of X-axis indices with CSIT test cases.
#. **Hover Information**: in general lists minimum, first quartile, median,
- third quartile, and maximum. If either type of outlier is present the
- whisker on the appropriate side is taken to 1.5×IQR from the quartile
- (the "inner fence") rather than the max or min, and individual outlying
- data points are displayed as unfilled circles (for suspected outliers)
- or filled circles (for outliers). (The "outer fence" is 3×IQR from the
- quartile.)
- When number of samples is low, some values are not displayed.
+ third quartile, and maximum. As only two samples are used,
+ minimum and maximum are not distinguished from quartiles.
.. note::