summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Stolley <colin.stolley@mongodb.com>2022-11-29 17:42:00 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-29 19:36:27 +0000
commitdbde4d3947b1ad9e0e04f09c949117de56d9cfaa (patch)
treedcf27431ea0423544def9f28185597f8cf7db0b5
parent852d4db7d0988d5e06129232d912e6c9bbe43e6d (diff)
downloadmongo-dbde4d3947b1ad9e0e04f09c949117de56d9cfaa.tar.gz
SERVER-71227: Add SSB to sys-perf tasks.
-rwxr-xr-xetc/system_perf.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 3cb1a61ef57..1562fe539f1 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -948,6 +948,15 @@ tasks:
{scale: 10,
schema: denormalized}
+ - name: ssb_column_store_comparison
+ priority: 5
+ commands:
+ - func: f_run_dsi_workload
+ vars:
+ test_control: "ssb_column_store_index"
+ test_control_params: |
+ {scale: 5}
+
# TODO PERF-3094: Remove this task.
- name: column_store_index_charts_events_1G
priority: 5
@@ -1314,6 +1323,7 @@ buildvariants:
- name: tpch_10_normalized
- name: tpch_10_denormalized
- name: column_store_index_charts_events_1G
+ - name: ssb_column_store_comparison
- name: linux-standalone-classic-query-engine
display_name: Linux Standalone (Classic Query Engine) Legacy