mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
tests: add perf test for lowerUTF8()/upperUTF8()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
475443c10c
commit
bd54a6c45d
4
tests/performance/lower_upper_utf8.xml
Normal file
4
tests/performance/lower_upper_utf8.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<test>
|
||||
<query>SELECT lowerUTF8(SearchPhrase) FROM hits_100m_single FORMAT Null</query>
|
||||
<query>SELECT upperUTF8(SearchPhrase) FROM hits_100m_single FORMAT Null</query>
|
||||
</test>
|
Loading…
Reference in New Issue
Block a user