ClickHouse/tests/performance/h3.xml
Ivan 97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00

13 lines
445 B
XML

<test>
<stop_conditions>
<any_of>
<!-- This is only for infinite running query. -->
<total_time_ms>10000</total_time_ms>
</any_of>
</stop_conditions>
<!-- Moscow coordinates, maximum precision. NOTE: H3 library is extraordinary slow. -->
<query>SELECT count() FROM zeros(100000) WHERE NOT ignore(geoToH3(37.62 + rand(1) / 0x100000000, 55.75 + rand(2) / 0x100000000, 15))</query>
</test>