Update perf test (non-significant)

This commit is contained in:
Alexey Milovidov 2021-08-28 00:32:21 +03:00
parent b1478368cd
commit f56a1a84ae

View File

@ -1,6 +1,6 @@
<test>
<preconditions>
<table_exists>hits_10m_single</table_exists>
<table_exists>test.hits</table_exists>
</preconditions>
<create_query>CREATE TABLE hits_none (Title String CODEC(NONE)) ENGINE = MergeTree ORDER BY tuple()</create_query>