mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Add performance test
This commit is contained in:
parent
5e725510e7
commit
28c0e85dab
29
tests/performance/quantile.xml
Normal file
29
tests/performance/quantile.xml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<test>
|
||||||
|
<preconditions>
|
||||||
|
<table_exists>hits_100m_single</table_exists>
|
||||||
|
</preconditions>
|
||||||
|
|
||||||
|
<substitutions>
|
||||||
|
<substitution>
|
||||||
|
<name>key</name>
|
||||||
|
<values>
|
||||||
|
<value>SearchEngineID</value>
|
||||||
|
<value>RegionID</value>
|
||||||
|
<value>SearchPhrase</value>
|
||||||
|
<value>ClientIP</value>
|
||||||
|
</values>
|
||||||
|
</substitution>
|
||||||
|
<substitution>
|
||||||
|
<name>func</name>
|
||||||
|
<values>
|
||||||
|
<value>quantile</value>
|
||||||
|
<value>quantileExact</value>
|
||||||
|
<value>quantileTDigest</value>
|
||||||
|
<value>quantileTiming</value>
|
||||||
|
<value>quantileBFloat16</value>
|
||||||
|
</values>
|
||||||
|
</substitution>
|
||||||
|
</substitutions>
|
||||||
|
|
||||||
|
<query>SELECT {key} AS k, {func}(ResolutionWidth) FROM hits_100m_single GROUP BY k FORMAT Null</query>
|
||||||
|
</test>
|
@ -1,12 +1,9 @@
|
|||||||
<test>
|
<test>
|
||||||
|
|
||||||
<preconditions>
|
<preconditions>
|
||||||
<table_exists>hits_100m_single</table_exists>
|
<table_exists>hits_100m_single</table_exists>
|
||||||
<ram_size>30000000000</ram_size>
|
<ram_size>30000000000</ram_size>
|
||||||
</preconditions>
|
</preconditions>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<settings>
|
<settings>
|
||||||
<max_memory_usage>30000000000</max_memory_usage>
|
<max_memory_usage>30000000000</max_memory_usage>
|
||||||
<!--
|
<!--
|
||||||
@ -36,7 +33,7 @@
|
|||||||
<value>SearchPhrase</value>
|
<value>SearchPhrase</value>
|
||||||
<value>ClientIP</value>
|
<value>ClientIP</value>
|
||||||
</values>
|
</values>
|
||||||
</substitution>
|
</substitution>
|
||||||
<substitution>
|
<substitution>
|
||||||
<name>func</name>
|
<name>func</name>
|
||||||
<values>
|
<values>
|
||||||
|
Loading…
Reference in New Issue
Block a user