mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 10:34:21 +00:00
14 lines
353 B
XML
14 lines
353 B
XML
<test>
|
|
<type>loop</type>
|
|
|
|
<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>
|