From: Vratko Polak Date: Mon, 15 Jun 2020 15:39:00 +0000 (+0200) Subject: Report: Improve soak_tests/index.rst X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=a216afda94f4e23ecc50e03587e31b754d0f0116 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 --- 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::