aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/introduction/methodology_data_plane_throughput
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2022-10-03 14:42:34 +0200
committerPeter Mikus <peter.mikus@protonmail.ch>2022-10-03 14:09:00 +0000
commit14fe52e81c59a5a3558f4f587e56b75e388191dc (patch)
treefda33cb74b18dc0f6dcdde168b1113badeaf5a5b /docs/report/introduction/methodology_data_plane_throughput
parentc6bfe865e4a62dda2c5e635df53083e909a6558b (diff)
fix(docs): Static content
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I29c2c108cec7badbe302095d5797d39c0d34ad58
Diffstat (limited to 'docs/report/introduction/methodology_data_plane_throughput')
-rw-r--r--docs/report/introduction/methodology_data_plane_throughput/methodology_mlrsearch_tests.rst2
-rw-r--r--docs/report/introduction/methodology_data_plane_throughput/methodology_plrsearch.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/report/introduction/methodology_data_plane_throughput/methodology_mlrsearch_tests.rst b/docs/report/introduction/methodology_data_plane_throughput/methodology_mlrsearch_tests.rst
index 5457daa555..6789dc073b 100644
--- a/docs/report/introduction/methodology_data_plane_throughput/methodology_mlrsearch_tests.rst
+++ b/docs/report/introduction/methodology_data_plane_throughput/methodology_mlrsearch_tests.rst
@@ -16,7 +16,7 @@ with zero packet loss, PLR=0) and Partial Drop Rate (PDR, with packet
loss rate not greater than the configured non-zero PLR, currently 0.5%).
MLRsearch discovers all the rates in a single pass, reducing required time
-duration compared to separate `binary search`_es for each rate. Overall
+duration compared to separate `binary search`_ for each rate. Overall
search time is reduced even further by relying on shorter trial
durations of intermediate steps, with only the final measurements
conducted at the specified final trial duration. This results in the
diff --git a/docs/report/introduction/methodology_data_plane_throughput/methodology_plrsearch.rst b/docs/report/introduction/methodology_data_plane_throughput/methodology_plrsearch.rst
index 68f30bc562..d60e9203ff 100644
--- a/docs/report/introduction/methodology_data_plane_throughput/methodology_plrsearch.rst
+++ b/docs/report/introduction/methodology_data_plane_throughput/methodology_plrsearch.rst
@@ -1,7 +1,7 @@
.. _plrsearch:
PLRsearch
-^^^^^^^^^
+---------
Motivation for PLRsearch
~~~~~~~~~~~~~~~~~~~~~~~~