add perf test

This commit is contained in:
taiyang-li 2023-02-09 12:30:50 +08:00
parent 1ce12c8ab5
commit b83ad6bb81

View 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>