From bd54a6c45d7fe38741cc17a3f5164c9d9235de55 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Tue, 13 Sep 2022 22:35:10 +0200 Subject: [PATCH] tests: add perf test for lowerUTF8()/upperUTF8() Signed-off-by: Azat Khuzhin --- tests/performance/lower_upper_utf8.xml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/performance/lower_upper_utf8.xml diff --git a/tests/performance/lower_upper_utf8.xml b/tests/performance/lower_upper_utf8.xml new file mode 100644 index 00000000000..cc0c3af983b --- /dev/null +++ b/tests/performance/lower_upper_utf8.xml @@ -0,0 +1,4 @@ + + SELECT lowerUTF8(SearchPhrase) FROM hits_100m_single FORMAT Null + SELECT upperUTF8(SearchPhrase) FROM hits_100m_single FORMAT Null +