mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Fix meaningless (untested) performance tests
This commit is contained in:
parent
f4198ce262
commit
0b450597be
@ -1,6 +1,6 @@
|
|||||||
<test>
|
<test>
|
||||||
<name>set_lookup_hits</name>
|
<name>set_lookup_hits</name>
|
||||||
<type>once</type>
|
<type>loop</type>
|
||||||
|
|
||||||
<preconditions>
|
<preconditions>
|
||||||
<table_exists>hits_100m_single</table_exists>
|
<table_exists>hits_100m_single</table_exists>
|
||||||
@ -8,10 +8,10 @@
|
|||||||
|
|
||||||
<stop_conditions>
|
<stop_conditions>
|
||||||
<all_of>
|
<all_of>
|
||||||
<total_time_ms>10000</total_time_ms>
|
<total_time_ms>8000</total_time_ms>
|
||||||
</all_of>
|
</all_of>
|
||||||
<any_of>
|
<any_of>
|
||||||
<average_speed_not_changing_for_ms>5000</average_speed_not_changing_for_ms>
|
<min_time_not_changing_for_ms>7000</min_time_not_changing_for_ms>
|
||||||
<total_time_ms>20000</total_time_ms>
|
<total_time_ms>20000</total_time_ms>
|
||||||
</any_of>
|
</any_of>
|
||||||
</stop_conditions>
|
</stop_conditions>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<total_time_ms>8000</total_time_ms>
|
<total_time_ms>8000</total_time_ms>
|
||||||
</all_of>
|
</all_of>
|
||||||
<any_of>
|
<any_of>
|
||||||
<average_speed_not_changing_for_ms>5000</average_speed_not_changing_for_ms>
|
<min_time_not_changing_for_ms>5000</min_time_not_changing_for_ms>
|
||||||
<total_time_ms>20000</total_time_ms>
|
<total_time_ms>20000</total_time_ms>
|
||||||
</any_of>
|
</any_of>
|
||||||
</stop_conditions>
|
</stop_conditions>
|
||||||
|
Loading…
Reference in New Issue
Block a user