Fix: remove heeavy performance tests, introduced within this PR

This commit is contained in:
Igor Nikonov 2022-07-07 07:57:05 +00:00
parent 6be6a13c2f
commit 1f46f48d7d

View File

@ -1,5 +1,3 @@
<test>
<query>select * from numbers(300000000) order by (1 - number , number + 1 , number) limit 10;</query>
<query>SELECT * FROM hits_100m_single ORDER BY (CounterID, EventDate) format Null</query>
<query>SELECT * FROM hits_100m_single ORDER BY (CounterID, EventDate, URL) format Null</query>
</test>