mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 10:22:10 +00:00
39 lines
1.9 KiB
XML
39 lines
1.9 KiB
XML
<test>
|
|
<name>functions_length</name>
|
|
<type>once</type>
|
|
|
|
<stop_conditions>
|
|
<all_of>
|
|
<total_time_ms>10000</total_time_ms>
|
|
</all_of>
|
|
<any_of>
|
|
<average_speed_not_changing_for_ms>5000</average_speed_not_changing_for_ms>
|
|
<total_time_ms>20000</total_time_ms>
|
|
</any_of>
|
|
</stop_conditions>
|
|
|
|
<main_metric>
|
|
<avg_rows_per_second/>
|
|
</main_metric>
|
|
|
|
<substitutions>
|
|
<substitution>
|
|
<name>string</name>
|
|
<values>
|
|
<value>materialize('')</value>
|
|
<value>materialize('Hello, world')</value>
|
|
<value>toString(number)</value>
|
|
<value>reinterpretAsString(number)</value>
|
|
<value>materialize('中文测试字符串')</value>
|
|
<value>materialize('https://github.com/yandex/ClickHouse/pull/1882')</value>
|
|
<value>materialize('https://zh.wikipedia.org/wiki/%E4%B8%AD%E6%97%A5%E9%9F%93%E7%B5%B1%E4%B8%80%E8%A1%A8%E6%84%8F%E6%96%87%E5%AD%97%E6%93%B4%E5%B1%95%E5%8D%80F')</value>
|
|
<value>concat('中文测试字符串 ', toString(number), ' Привет, мир!')</value>
|
|
<value>concat(concat('中文测试字符串 ', toString(number), ' Привет, мир!') AS x, x, x, x, x, x, x, x, x, x)</value>
|
|
<value>convertCharset(concat(reinterpretAsString(rand64(1)), reinterpretAsString(rand64(2)), reinterpretAsString(rand64(3)), reinterpretAsString(rand64(4)), reinterpretAsString(rand64(5)), reinterpretAsString(rand64(6)), reinterpretAsString(rand64(7)), reinterpretAsString(rand64(8)), reinterpretAsString(rand64(9)), reinterpretAsString(rand64(10))), 'UTF-16', 'UTF-8')</value>
|
|
</values>
|
|
</substitution>
|
|
</substitutions>
|
|
|
|
<query>SELECT count() FROM system.numbers WHERE NOT ignore(lengthUTF8({string}))</query>
|
|
</test>
|