mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Added performance test
This commit is contained in:
parent
7591c3b7b2
commit
e541deb5ca
14
dbms/tests/performance/h3.xml
Normal file
14
dbms/tests/performance/h3.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<test>
|
||||
<type>once</type>
|
||||
|
||||
<stop_conditions>
|
||||
<any_of>
|
||||
<!-- This is only for infinite running query. -->
|
||||
<average_speed_not_changing_for_ms>2000</average_speed_not_changing_for_ms>
|
||||
<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 system.numbers WHERE NOT ignore(geoToH3(55.75 + rand(1) / 0x100000000, 37.62 + rand(2) / 0x100000000, 15))</query>
|
||||
</test>
|
Loading…
Reference in New Issue
Block a user