Reduce performance test size

This commit is contained in:
Robert Schulze 2024-04-16 10:09:17 +00:00
parent 2ac7a44077
commit b6af948eb4
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -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>