mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Fix perf test
This commit is contained in:
parent
b8a15b666d
commit
d677a5ab67
@ -191,7 +191,7 @@
|
|||||||
toInt256(number) as d,
|
toInt256(number) as d,
|
||||||
toString(number) as f,
|
toString(number) as f,
|
||||||
toFixedString(f, 20) as g
|
toFixedString(f, 20) as g
|
||||||
FROM numbers_mt(200000000)
|
FROM numbers_mt(100000000)
|
||||||
SETTINGS max_threads = 8
|
SETTINGS max_threads = 8
|
||||||
FORMAT Null
|
FORMAT Null
|
||||||
</query>
|
</query>
|
||||||
|
Loading…
Reference in New Issue
Block a user