mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Reduce performance test size
This commit is contained in:
parent
2ac7a44077
commit
b6af948eb4
@ -4,12 +4,11 @@
|
|||||||
</create_query>
|
</create_query>
|
||||||
|
|
||||||
<fill_query>
|
<fill_query>
|
||||||
INSERT INTO test_date SELECT 'invalid' FROM numbers(1000000);
|
INSERT INTO test_date SELECT 'invalid' FROM numbers(100000);
|
||||||
</fill_query>
|
</fill_query>
|
||||||
|
|
||||||
<settings>
|
<settings>
|
||||||
<!-- need test concurrency performance -->
|
<max_threads>1</max_threads>
|
||||||
<max_threads>10</max_threads>
|
|
||||||
</settings>
|
</settings>
|
||||||
|
|
||||||
<query>
|
<query>
|
||||||
|
Loading…
Reference in New Issue
Block a user