summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2022-09-14 21:24:39 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-14 22:48:13 +0000
commit0cee06e6d10950abef657d89e09d23d849a3fdbc (patch)
tree0b1ffe44694ff5154e6e703e01ba4edb672c8a29
parentf442d5df571f870219bb0d681c4b01245835c2b0 (diff)
downloadmongo-0cee06e6d10950abef657d89e09d23d849a3fdbc.tar.gz
SERVER-69650 Add SBE-specific buildvariants to perf and sys-perf projects
-rw-r--r--etc/perf.yml7
-rwxr-xr-xetc/system_perf.yml36
2 files changed, 42 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 1b42376c1cd..459d83bacd5 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -867,6 +867,13 @@ buildvariants:
expansions:
mongodb_setup: microbenchmarks_standalone-classic-query-engine
+ - <<: *linux-wt-standalone
+ name: linux-wt-standalone-sbe
+ display_name: Standalone Linux inMemory (SBE)
+ cron: "0 0 * * 4" # 00:00 on Thursday
+ expansions:
+ mongodb_setup: microbenchmarks_standalone-sbe
+
- <<: *linux-wt-repl
name: linux-wt-repl-all-feature-flags
display_name: 1-Node ReplSet Linux inMemory (all feature flags)
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 2e015eb10fc..ee5a1ed7a5d 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -1257,6 +1257,22 @@ buildvariants:
- name: tpch_10_normalized
- name: tpch_10_denormalized
+ - name: linux-standalone-sbe
+ display_name: Linux Standalone (SBE)
+ cron: "0 0 * * 4" # 00:00 on Thursday
+ modules: *modules
+ expansions:
+ mongodb_setup: standalone-sbe
+ infrastructure_provisioning: single
+ platform: linux
+ project_dir: *project_dir
+ authentication: enabled
+ storageEngine: wiredTiger
+ run_on:
+ - "rhel70-perf-single"
+ depends_on: *_compile_amazon2
+ tasks: *classic_engine_tasks
+
- name: linux-1-node-replSet-classic-query-engine
display_name: Linux 1-Node ReplSet (Classic Query Engine)
cron: "0 0 * * 4" # 00:00 on Thursday
@@ -1271,10 +1287,28 @@ buildvariants:
run_on:
- "rhel70-perf-single"
depends_on: *_compile_amazon2
- tasks:
+ tasks: &classic_engine_1nodereplset_tasks
+ - name: schedule_patch_auto_tasks
+ - name: schedule_variant_auto_tasks
- name: linkbench
- name: linkbench2
+ - name: linux-1-node-replSet-sbe
+ display_name: Linux 1-Node ReplSet (SBE)
+ cron: "0 0 * * 4" # 00:00 on Thursday
+ modules: *modules
+ expansions:
+ mongodb_setup: single-replica-sbe
+ infrastructure_provisioning: single
+ platform: linux
+ project_dir: *project_dir
+ authentication: enabled
+ storageEngine: wiredTiger
+ run_on:
+ - "rhel70-perf-single"
+ depends_on: *_compile_amazon2
+ tasks: *classic_engine_1nodereplset_tasks
+
- name: linux-1-node-replSet-all-feature-flags
display_name: Linux 1-Node ReplSet (all feature flags)
cron: "0 0 * * 4" # 00:00 on Thursday