Fix perf test

This commit is contained in:
Alexey Milovidov 2021-05-04 20:31:26 +03:00
parent 59ab0db672
commit 089027920f

View File

@ -10,8 +10,8 @@
INSERT INTO perf_lc_fixed_str_groupby SELECT ('number key ' || toString(number % 400)) AS a, ('number key ' || toString(number % 20)) AS b FROM numbers(30000000)
</fill_query>
<query short="1">SELECT count() FROM perf_lc_fixed_str_groupby GROUP BY a</query>
<query short="1">SELECT count() FROM perf_lc_fixed_str_groupby GROUP BY b</query>
<query short="1">SELECT count() FROM perf_lc_fixed_str_groupby GROUP BY a FORMAT Null</query>
<query short="1">SELECT count() FROM perf_lc_fixed_str_groupby GROUP BY b FORMAT Null</query>
<drop_query>DROP TABLE IF EXISTS perf_lc_fixed_str_groupby</drop_query>
</test>