diff options
author | Irina Yatsenko <irina.yatsenko@mongodb.com> | 2021-10-28 23:40:57 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-10-29 00:05:17 +0000 |
commit | 5e8446f92d4826cfe2e8b9082efd0fbd540a9718 (patch) | |
tree | 892715ee0fc1e570b2ed40f0e69d144f243508f0 /etc/perf.yml | |
parent | cd6a70b2343a9ba10ba36b6ba66518f60d26bf81 (diff) | |
download | mongo-5e8446f92d4826cfe2e8b9082efd0fbd540a9718.tar.gz |
SERVER-61098 New suites for mongo-perf aggregation and query benchmarks with large dataset
Diffstat (limited to 'etc/perf.yml')
-rw-r--r-- | etc/perf.yml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/perf.yml b/etc/perf.yml index 3b5715db165..4ef5dae5cac 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -473,6 +473,19 @@ tasks: exclude_filter: single_threaded, threads: "1 2 4 8", read_cmd: 'true'} + - name: query_read_commands_large_dataset + depends_on: *_compile + commands: + - func: f_run_dsi_workload + vars: + test_control: microbenchmarks + test_control_params: | + {include_filter_1: query_large_dataset, + include_filter_2: regression, + exclude_filter: none, + threads: "1 4", + read_cmd: 'true', + share_dataset: 'true'} - name: big_collection depends_on: *_compile commands: @@ -682,6 +695,19 @@ tasks: exclude_filter: js, threads: "1", read_cmd: 'true'} + - name: aggregation_read_commands_large_dataset + depends_on: *_compile + commands: + - func: f_run_dsi_workload + vars: + test_control: microbenchmarks + test_control_params: | + {include_filter_1: aggregation_large_dataset, + include_filter_2: regression, + exclude_filter: js, + threads: "1 4", + read_cmd: 'true', + share_dataset: 'true'} - name: agg-query-comparison_read_commands depends_on: *_compile commands: @@ -750,8 +776,10 @@ microbenchmark-buildvariants: - name: genny_scale_InsertRemove - name: genny_execution_UserAcquisition - name: aggregation_read_commands + - name: aggregation_read_commands_large_dataset - name: agg-query-comparison_read_commands - name: query_read_commands + - name: query_read_commands_large_dataset - name: views-aggregation - name: views-query - name: where_read_commands |