mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
10 lines
338 B
XML
10 lines
338 B
XML
|
<test>
|
||
|
<stop_conditions>
|
||
|
<all_of>
|
||
|
<total_time_ms>10000</total_time_ms>
|
||
|
</all_of>
|
||
|
</stop_conditions>
|
||
|
|
||
|
<query>SELECT avg(ifNotFinite(arrayAUC(arrayMap(x -> rand(x) / 0x100000000, range(2 + rand() % 100)), arrayMap(x -> rand(x) % 2, range(2 + rand() % 100))), 0)) FROM numbers(100000)</query>
|
||
|
</test>
|