From cce4ed549619923affe86f28d9a4c0f10eef7b4a Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Thu, 15 Sep 2022 10:48:47 +0000 Subject: [PATCH] Un-exclude constant_column_search from ARM perf tests constant_column_search was excluced when ARM perf tests were set up PR 37497. Back then we haven't had PR 41033 and regexp eval on ARM was slow. Let's check again. --- tests/ci/ci_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/ci_config.py b/tests/ci/ci_config.py index fa68d1982d2..1c260fc412f 100644 --- a/tests/ci/ci_config.py +++ b/tests/ci/ci_config.py @@ -342,7 +342,7 @@ CI_CONFIG = { }, "Performance Comparison Aarch64": { "required_build": "package_aarch64", - "test_grep_exclude_filter": "constant_column_search", + "test_grep_exclude_filter": "", }, }, } # type: dict