mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add performance test #10981
This commit is contained in:
parent
73a3394b3d
commit
1dc284d9f1
@ -1,7 +1,4 @@
|
||||
<test>
|
||||
|
||||
|
||||
|
||||
<create_query>CREATE TABLE rand_unlimited_10m_8 (key UInt8) Engine = Memory</create_query>
|
||||
|
||||
<create_query>CREATE TABLE rand_1k_10m_16 (key UInt16) Engine = Memory</create_query>
|
||||
|
5
tests/performance/sort_radix_trivial.xml
Normal file
5
tests/performance/sort_radix_trivial.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<test>
|
||||
<query>SELECT rand32() AS x FROM numbers(1000000) ORDER BY x</query>
|
||||
<query>SELECT rand64() AS x FROM numbers(1000000) ORDER BY x</query>
|
||||
<query>SELECT 1 / rand64() AS x FROM numbers(1000000) ORDER BY x</query>
|
||||
</test>
|
Loading…
Reference in New Issue
Block a user