diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-01-10 13:22:00 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-01-10 13:22:00 +0100 |
commit | 6c913634f0d70d64b2c88122bbe9eb911f29e417 (patch) | |
tree | e7f89d28a10b513484cf09d1c5fd18d73683cec0 /docs/report/dpdk_performance_tests | |
parent | 80e558550b0f076857618c4451987fb60ced19b9 (diff) |
Report: Add comparison tables
CSIT-1654
Change-Id: I280195b295d4fc717cb355e78c5f1731bb1eabe5
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report/dpdk_performance_tests')
-rw-r--r-- | docs/report/dpdk_performance_tests/comparisons/2n-skx_vs_2n-clx_testbeds.rst | 40 | ||||
-rw-r--r-- | docs/report/dpdk_performance_tests/comparisons/index.rst | 1 |
2 files changed, 41 insertions, 0 deletions
diff --git a/docs/report/dpdk_performance_tests/comparisons/2n-skx_vs_2n-clx_testbeds.rst b/docs/report/dpdk_performance_tests/comparisons/2n-skx_vs_2n-clx_testbeds.rst new file mode 100644 index 0000000000..6e14312c36 --- /dev/null +++ b/docs/report/dpdk_performance_tests/comparisons/2n-skx_vs_2n-clx_testbeds.rst @@ -0,0 +1,40 @@ +2n-Skx vs. 2n-Clx Testbeds +-------------------------- + +Relative comparison of |dpdk-release| Testpmd and L3fwd packet +throughput (NDR, PDR and MRR) is calculated for the same tests executed +on 2-Node Skylake (2n-skx) and 2-Node Cascade Lake (2n-clx) physical testbed +types, in 1-core, 2-core and 4-core configurations. + +.. note:: + + Test results have been generated by + `FD.io test executor dpdk performance job 2n-skx`_ and + `FD.io test executor dpdk performance job 2n-clx`_ + with RF result files csit-dpdk-perf-|srelease|-\*.zip + `archived here <../../_static/archive/>`_. + +NDR Comparison +~~~~~~~~~~~~~~ + +Comparison tables in ASCII and CSV formats: + + - `ASCII NDR comparison <../../_static/dpdk/performance-compare-testbeds-2n-skx-2n-clx-ndr.txt>`_ + - `CSV NDR comparison <../../_static/dpdk/performance-compare-testbeds-2n-skx-2n-clx-ndr.csv>`_ + +PDR Comparison +~~~~~~~~~~~~~~ + +Comparison tables in ASCII and CSV formats: + + - `ASCII PDR comparison <../../_static/dpdk/performance-compare-testbeds-2n-skx-2n-clx-pdr.txt>`_ + - `CSV PDR comparison <../../_static/dpdk/performance-compare-testbeds-2n-skx-2n-clx-pdr.csv>`_ + +.. + MRR Comparison + ~~~~~~~~~~~~~~ + + Comparison tables in ASCII and CSV formats: + + - `ASCII MRR comparison <../../_static/dpdk/performance-compare-testbeds-2n-skx-2n-clx-mrr.txt>`_ + - `CSV MRR comparison <../../_static/dpdk/performance-compare-testbeds-2n-skx-2n-clx-mrr.csv>`_ diff --git a/docs/report/dpdk_performance_tests/comparisons/index.rst b/docs/report/dpdk_performance_tests/comparisons/index.rst index 7a3cb44444..45a110d693 100644 --- a/docs/report/dpdk_performance_tests/comparisons/index.rst +++ b/docs/report/dpdk_performance_tests/comparisons/index.rst @@ -10,4 +10,5 @@ Comparisons current_vs_previous_release 3n-skx_vs_3n-hsw_testbeds + 2n-skx_vs_2n-clx_testbeds 3n-skx_vs_2n-skx_testbeds |