From 83c8581e5a8cb9dde1f8ac8b1952c9af1029f0f0 Mon Sep 17 00:00:00 2001
From: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Date: Wed, 18 Mar 2020 18:22:29 +0300
Subject: [PATCH] Update synthetic_hardware_benchmark.xml
---
dbms/tests/performance/synthetic_hardware_benchmark.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dbms/tests/performance/synthetic_hardware_benchmark.xml b/dbms/tests/performance/synthetic_hardware_benchmark.xml
index cb118ca0f5a..fc910077c9f 100644
--- a/dbms/tests/performance/synthetic_hardware_benchmark.xml
+++ b/dbms/tests/performance/synthetic_hardware_benchmark.xml
@@ -58,7 +58,7 @@
-SELECT number % toUInt32(1e8) AS k, count() FROM numbers_mt(toUInt32(4e8)) GROUP BY k FORMAT Null
+SELECT number % toUInt32(1e8) AS k, count() FROM numbers_mt(toUInt32(1e8)) GROUP BY k FORMAT Null