mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #53628 from kitaisreal/cmake-small-refactoring
CMake small refactoring
This commit is contained in:
commit
30f1ad0028
2
contrib/llvm-project
vendored
2
contrib/llvm-project
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 4ef26de16c229429141e424375142c9b03234b66
|
Subproject commit e7b8befca85c8b847614432dba250c22d35fbae0
|
@ -19,9 +19,9 @@
|
|||||||
<max_threads>12</max_threads>
|
<max_threads>12</max_threads>
|
||||||
|
|
||||||
<!-- disable JIT for perf tests -->
|
<!-- disable JIT for perf tests -->
|
||||||
<compile_expressions>1</compile_expressions>
|
<compile_expressions>0</compile_expressions>
|
||||||
<compile_aggregate_expressions>1</compile_aggregate_expressions>
|
<compile_aggregate_expressions>0</compile_aggregate_expressions>
|
||||||
<compile_sort_description>1</compile_sort_description>
|
<compile_sort_description>0</compile_sort_description>
|
||||||
|
|
||||||
<!-- Don't fail some prewarm queries too early -->
|
<!-- Don't fail some prewarm queries too early -->
|
||||||
<timeout_before_checking_execution_speed>60</timeout_before_checking_execution_speed>
|
<timeout_before_checking_execution_speed>60</timeout_before_checking_execution_speed>
|
||||||
|
Loading…
Reference in New Issue
Block a user