Skip to content

Commit

Permalink
Reduce performance test size
Browse files Browse the repository at this point in the history
  • Loading branch information
rschu1ze committed Apr 16, 2024
1 parent 2ac7a44 commit b6af948
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/performance/parse_illegal_datetime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
</create_query>

<fill_query>
INSERT INTO test_date SELECT 'invalid' FROM numbers(1000000);
INSERT INTO test_date SELECT 'invalid' FROM numbers(100000);
</fill_query>

<settings>
<!-- need test concurrency performance -->
<max_threads>10</max_threads>
<max_threads>1</max_threads>
</settings>

<query>
Expand Down

0 comments on commit b6af948

Please sign in to comment.