ClickHouse/dbms/tests/performance/complex_array_creation.xml

13 lines
331 B
XML
Raw Normal View History

<test>
<stop_conditions>
<any_of>
<total_time_ms>10000</total_time_ms>
</any_of>
</stop_conditions>
<query>SELECT count() FROM numbers(1000000) WHERE NOT ignore([[number], [number]])</query>
<query>SELECT count() FROM numbers(1000000) WHERE NOT ignore([[], [number]])</query>
</test>