From 56e6bea0ce8ec9868f9946b765dd73c7c5667d05 Mon Sep 17 00:00:00 2001 From: Ian Boros Date: Thu, 11 Mar 2021 12:43:52 -0500 Subject: SERVER-55160 Add microbenchmark for query workloads with readCmd true --- etc/perf.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'etc/perf.yml') diff --git a/etc/perf.yml b/etc/perf.yml index de89e46c21d..48313e025c5 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -482,6 +482,18 @@ tasks: exclude_filter: single_threaded, threads: "1 2 4 8", read_cmd: 'false'} +- name: query_read_commands + depends_on: *_compile + commands: + - func: f_run_dsi_workload + vars: + test_control: microbenchmarks + test_control_params: | + {include_filter_1: query, + include_filter_2: core regression, + exclude_filter: single_threaded, + threads: "1 2 4 8", + read_cmd: 'true'} - name: views-query depends_on: *_compile commands: @@ -747,6 +759,7 @@ buildvariants: - name: aggregation - name: agg-query-comparison - name: query + - name: query_read_commands - name: views-aggregation - name: views-query - name: where -- cgit v1.2.1