From 2f3832d30a11c7fee7737ce4525db7d90b6e9cf8 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Mon, 5 Feb 2024 16:16:30 -0600 Subject: [PATCH] disable METRIC_COMPARE option for the time being Signed-off-by: Karl W Schulz --- tests/test_profile_general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_profile_general.py b/tests/test_profile_general.py index e5d222938a..cb9aa1cd20 100644 --- a/tests/test_profile_general.py +++ b/tests/test_profile_general.py @@ -21,7 +21,7 @@ config["kernel_name_1"] = "vecCopy(double*, double*, double*, int, int) [clone . config["app_1"] = ["./tests/vcopy", "-n", "1048576", "-b", "256", "-i", "3"] config["cleanup"] = True config["COUNTER_LOGGING"] = False -config["METRIC_COMPARE"] = True +config["METRIC_COMPARE"] = False config["METRIC_LOGGING"] = False baseline_opts = ["omniperf", "profile", "-n", "app_1", "-VVV"]