From b558aae8517182abb2246d8b8f10255a7a66fcdc Mon Sep 17 00:00:00 2001 From: Alexander Kuzmenkov Date: Wed, 15 Jul 2020 19:10:47 +0300 Subject: [PATCH] disable profiler --- tests/performance/decimal_aggregates.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/performance/decimal_aggregates.xml b/tests/performance/decimal_aggregates.xml index 3c210240ab3..33a9ad9e4e7 100644 --- a/tests/performance/decimal_aggregates.xml +++ b/tests/performance/decimal_aggregates.xml @@ -1,6 +1,8 @@ 30G + 0 + 0 CREATE TABLE t (x UInt64, d32 Decimal32(3), d64 Decimal64(4), d128 Decimal128(5)) ENGINE = Memory