mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added performance test
This commit is contained in:
parent
b156ac3cc1
commit
7e24492fb9
3
tests/performance/decimal_parse.xml
Normal file
3
tests/performance/decimal_parse.xml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<test>
|
||||||
|
<query>SELECT count() FROM zeros(10000000) WHERE NOT ignore(toDecimal32OrZero(toString(rand() % 10000), 5))</query>
|
||||||
|
</test>
|
Loading…
Reference in New Issue
Block a user