From 0b83c8549adf773f775e068fc8dc2a8e97b9a46f Mon Sep 17 00:00:00 2001 From: Chelsea Mafrica Date: Mon, 1 Jul 2024 14:24:50 +0000 Subject: [PATCH] tests: Update help section in openvino test Test reports that it is a onednn test when it is openvino; update description. Fixes: #9948 Signed-off-by: Chelsea Mafrica --- tests/metrics/machine_learning/openvino.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/metrics/machine_learning/openvino.sh b/tests/metrics/machine_learning/openvino.sh index 358d3a3e8a..d2fd3a9064 100755 --- a/tests/metrics/machine_learning/openvino.sh +++ b/tests/metrics/machine_learning/openvino.sh @@ -42,7 +42,7 @@ function help(){ cat << EOF Usage: $0 Description: - Runs onednn benchmark. + Runs openvino benchmark. EOF }