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.
This commit is contained in:
Robert Schulze 2022-09-15 10:48:47 +00:00
parent 6f1fc95d1a
commit cce4ed5496
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -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