mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 12:52:37 +00:00
add performance test
This commit is contained in:
parent
82b932e7dc
commit
fe6e7581d8
3
tests/performance/array_pr_auc.xml
Normal file
3
tests/performance/array_pr_auc.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<test>
|
||||
<query>SELECT avg(ifNotFinite(arrayPrAUC(arrayMap(x -> rand(x) / 0x100000000, range(2 + rand() % 100)), arrayMap(x -> rand(x) % 2, range(2 + rand() % 100))), 0)) FROM numbers(100000)</query>
|
||||
</test>
|
Loading…
Reference in New Issue
Block a user