Enable perf tests added in #45364 (#46623)

This commit is contained in:
Nikita Taranov 2023-02-28 00:26:11 +01:00 committed by GitHub
parent 7a608a499a
commit ab44740efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,8 @@
<test>
<settings>
<!-- will enable in a subsequent PR -->
<!-- <allow_aggregate_partitions_independently>1</allow_aggregate_partitions_independently> -->
<!-- <force_aggregate_partitions_independently>1</force_aggregate_partitions_independently> -->
<!-- <max_number_of_partitions_for_independent_aggregation>256</max_number_of_partitions_for_independent_aggregation> -->
<allow_aggregate_partitions_independently>1</allow_aggregate_partitions_independently>
<force_aggregate_partitions_independently>1</force_aggregate_partitions_independently>
<max_number_of_partitions_for_independent_aggregation>256</max_number_of_partitions_for_independent_aggregation>
<max_memory_usage>0</max_memory_usage>
<max_partitions_per_insert_block>256</max_partitions_per_insert_block>
</settings>