Merge pull request #32589 from ClickHouse/fix-perf-test-5

Fix perf test `reinterpret_as`
This commit is contained in:
alexey-milovidov 2021-12-12 05:50:04 +03:00 committed by GitHub
commit 900e443900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@
toInt256(number) as d,
toString(number) as f,
toFixedString(f, 20) as g
FROM numbers_mt(200000000)
FROM numbers_mt(100000000)
SETTINGS max_threads = 8
FORMAT Null
</query>