Merge pull request #53628 from kitaisreal/cmake-small-refactoring

CMake small refactoring
This commit is contained in:
Alexey Milovidov 2023-08-21 19:41:05 +03:00 committed by GitHub
commit 30f1ad0028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 4ef26de16c229429141e424375142c9b03234b66
Subproject commit e7b8befca85c8b847614432dba250c22d35fbae0

View File

@ -19,9 +19,9 @@
<max_threads>12</max_threads>
<!-- disable JIT for perf tests -->
<compile_expressions>1</compile_expressions>
<compile_aggregate_expressions>1</compile_aggregate_expressions>
<compile_sort_description>1</compile_sort_description>
<compile_expressions>0</compile_expressions>
<compile_aggregate_expressions>0</compile_aggregate_expressions>
<compile_sort_description>0</compile_sort_description>
<!-- Don't fail some prewarm queries too early -->
<timeout_before_checking_execution_speed>60</timeout_before_checking_execution_speed>