mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
add perf test
This commit is contained in:
parent
1ce12c8ab5
commit
b83ad6bb81
4
tests/performance/rewrite_array_exists.xml
Normal file
4
tests/performance/rewrite_array_exists.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<test>
|
||||
<query>select arrayExists(x -> x = 5, materialize(range(10))) from numbers(10000000) format Null</query>
|
||||
<query>select has(materialize(range(10)), 5) from numbers(10000000) format Null</query>
|
||||
</test>
|
Loading…
Reference in New Issue
Block a user