disable profiler

This commit is contained in:
Alexander Kuzmenkov 2020-07-15 19:10:47 +03:00
parent fda2595958
commit b558aae851

View File

@ -1,6 +1,8 @@
<test>
<settings>
<max_memory_usage>30G</max_memory_usage>
<query_profiler_real_time_period_ns>0</query_profiler_real_time_period_ns>
<query_profiler_cpu_time_period_ns>0</query_profiler_cpu_time_period_ns>
</settings>
<create_query>CREATE TABLE t (x UInt64, d32 Decimal32(3), d64 Decimal64(4), d128 Decimal128(5)) ENGINE = Memory</create_query>