mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
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:
parent
6f1fc95d1a
commit
cce4ed5496
@ -342,7 +342,7 @@ CI_CONFIG = {
|
|||||||
},
|
},
|
||||||
"Performance Comparison Aarch64": {
|
"Performance Comparison Aarch64": {
|
||||||
"required_build": "package_aarch64",
|
"required_build": "package_aarch64",
|
||||||
"test_grep_exclude_filter": "constant_column_search",
|
"test_grep_exclude_filter": "",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
} # type: dict
|
} # type: dict
|
||||||
|
Loading…
Reference in New Issue
Block a user