From 7b284a5f8d90904c32f7ee0487c3c7ba5f923082 Mon Sep 17 00:00:00 2001 From: Ciara Power Date: Tue, 2 Feb 2021 16:58:14 +0000 Subject: [PATCH] doc: add crypto perf script in release notes Add release note for the new crypto perf graphing script. Fixes: f400e0b82bf1 ("app/crypto-perf: add script to graph perf results") Signed-off-by: Ciara Power Acked-by: Adam Dybkowski --- doc/guides/rel_notes/release_21_02.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst index 8cca01e961..baf32151f3 100644 --- a/doc/guides/rel_notes/release_21_02.rst +++ b/doc/guides/rel_notes/release_21_02.rst @@ -174,6 +174,12 @@ New Features See the :doc:`../compressdevs/mlx5` for more details. +* **Added python script to run crypto perf tests and graph the results.** + + A new python script has been added to automate running crypto performance + tests and output graphed results to PDF files. + See the :doc:`../tools/cryptoperf` guide for more details. + * **Added support for build-time checking of header includes.** A new build option ``check_includes`` has been added, which, when enabled, -- 2.20.1