mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 11:33:46 +00:00
48 lines
1.5 KiB
XML
48 lines
1.5 KiB
XML
<test>
|
|
|
|
<type>loop</type>
|
|
|
|
<stop_conditions>
|
|
<all_of>
|
|
<iterations>5</iterations>
|
|
<min_time_not_changing_for_ms>10000</min_time_not_changing_for_ms>
|
|
</all_of>
|
|
<any_of>
|
|
<iterations>50</iterations>
|
|
<total_time_ms>60000</total_time_ms>
|
|
</any_of>
|
|
</stop_conditions>
|
|
|
|
<substitutions>
|
|
<substitution>
|
|
<name>func</name>
|
|
<values>
|
|
<value>exp</value>
|
|
<value>log</value>
|
|
<value>exp2</value>
|
|
<value>log2</value>
|
|
<value>exp10</value>
|
|
<value>log10</value>
|
|
<value>sqrt</value>
|
|
<value>cbrt</value>
|
|
<value>erf</value>
|
|
<value>erfc</value>
|
|
<value>lgamma</value>
|
|
<value>tgamma</value>
|
|
<value>sin</value>
|
|
<value>cos</value>
|
|
<value>tan</value>
|
|
<value>asin</value>
|
|
<value>acos</value>
|
|
<value>atan</value>
|
|
<value>sigmoid</value>
|
|
<value>tanh</value>
|
|
</values>
|
|
</substitution>
|
|
</substitutions>
|
|
|
|
<query>SELECT count() FROM numbers(100000000) WHERE NOT ignore({func}(toFloat64(number)))</query>
|
|
<query>SELECT count() FROM numbers(100000000) WHERE NOT ignore({func}(toFloat32(number)))</query>
|
|
<query>SELECT count() FROM numbers(100000000) WHERE NOT ignore({func}(number))</query>
|
|
</test>
|