diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-08-17 11:27:37 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-08-17 11:39:09 +0000 |
commit | 8fdf612a77a9c6d6888364d41b238dcad34ff554 (patch) | |
tree | 6bdcf11b09557c3bf799b310b605c3836c3b8c69 | |
parent | c9011da954e3af3550191610784b358f9ba6a9bf (diff) |
Remove DPDK MRR changes section from report
Bump report version to 0.7
Change-Id: I77478e3b58daab25bdece1e67795cc911f470136
Signed-off-by: Peter Mikus <pmikus@cisco.com>
-rw-r--r-- | docs/report/dpdk_performance_tests/csit_release_notes.rst | 21 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
2 files changed, 1 insertions, 22 deletions
diff --git a/docs/report/dpdk_performance_tests/csit_release_notes.rst b/docs/report/dpdk_performance_tests/csit_release_notes.rst index 009c791fbf..6965195e19 100644 --- a/docs/report/dpdk_performance_tests/csit_release_notes.rst +++ b/docs/report/dpdk_performance_tests/csit_release_notes.rst @@ -90,27 +90,6 @@ ASCII formats: files csit-dpdk-perf-|srelease|-\*.zip `archived here <../_static/archive/>`_. -MRR Changes -~~~~~~~~~~~ - -MRR throughput changes between releases are available in CSV and pretty -ASCII formats: - - - `CSV 1t1c MRR changes <../_static/dpdk/performance-changes-1t1c-mrr.csv>`_, - - `CSV 2t2c MRR changes <../_static/dpdk/performance-changes-2t2c-mrr.csv>`_, - - `CSV 4t4c MRR changes <../_static/dpdk/performance-changes-4t4c-mrr.csv>`_, - - `ASCII 1t1c MRR changes <../_static/dpdk/performance-changes-1t1c-mrr.txt>`_, - - `ASCII 2t2c MRR changes <../_static/dpdk/performance-changes-2t2c-mrr.txt>`_, - - `ASCII 4t4c MRR changes <../_static/dpdk/performance-changes-4t4c-mrr.txt>`_. - -.. note:: - - Test results have been generated by - `FD.io test executor dpdk performance job 3n-hsw`_, - with RF result - files csit-vpp-perf-|srelease|-\*.zip - `archived here <../_static/archive/>`_. - Skx vs. Hsw Comparison ---------------------- diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 2dc55cc9b6..173f2345a0 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd` python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --version "0.6" \ + --version "0.7" \ --logging INFO \ --force |