mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
disable profiler
This commit is contained in:
parent
fda2595958
commit
b558aae851
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user