summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaochen Wu <allenwu.x@gmail.com>2022-09-16 18:32:27 +0000
committerXiaochen Wu <allenwu.x@gmail.com>2022-09-16 18:32:27 +0000
commit4818f5bf5ea00e0cae12d29c0dcfdd92c1c46b3a (patch)
tree410d446384cad3bce26677513305f80ce3af813f
parent2126388ade69f128b2e35959ff9dd2e82a18d8ef (diff)
downloadmongo-4818f5bf5ea00e0cae12d29c0dcfdd92c1c46b3a.tar.gz
change the frequency for all SBE variants in sys-perf to daily as well
-rw-r--r--etc/perf.yml2
-rwxr-xr-xetc/system_perf.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 4c42a4a2c30..7137a4fd04a 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -870,7 +870,7 @@ buildvariants:
- <<: *linux-wt-standalone
name: linux-wt-standalone-sbe
display_name: Standalone Linux inMemory (SBE)
- cron: "0 12 * * *" # Every day starting at 12:00
+ cron: "0 0 * * *" # Run it every day for now to get a stable baseline and then change it back to 00:00 on Thursday
expansions:
mongodb_setup: microbenchmarks_standalone-sbe
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 18aa6420709..2cf1f0d3832 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -1259,7 +1259,7 @@ buildvariants:
- name: linux-standalone-sbe
display_name: Linux Standalone (SBE)
- cron: "0 0 * * 4" # 00:00 on Thursday
+ cron: "0 0 * * *" # Run it every day for now to get a stable baseline and then change it back to 00:00 on Thursday
modules: *modules
expansions:
mongodb_setup: standalone-sbe
@@ -1295,7 +1295,7 @@ buildvariants:
- name: linux-1-node-replSet-sbe
display_name: Linux 1-Node ReplSet (SBE)
- cron: "0 0 * * 4" # 00:00 on Thursday
+ cron: "0 0 * * *" # Run it every day for now to get a stable baseline and then change it back to 00:00 on Thursday
modules: *modules
expansions:
mongodb_setup: single-replica-sbe