mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add a test
This commit is contained in:
parent
f1b8d1d9d7
commit
168fbc9d7b
4
tests/performance/datetime64_conversion.xml
Normal file
4
tests/performance/datetime64_conversion.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<test>
|
||||
<query>SELECT count() FROM numbers(20000000) WHERE NOT ignore(toDateTime64(rand(), 0))</query>
|
||||
<query>SELECT count() FROM numbers(20000000) WHERE NOT ignore(toDateTime64(rand(), 3))</query>
|
||||
</test>
|
Loading…
Reference in New Issue
Block a user