summaryrefslogtreecommitdiff
path: root/etc/system_perf.yml
diff options
context:
space:
mode:
authorAllison Easton <allison.easton@mongodb.com>2019-08-16 15:47:46 +0000
committerevergreen <evergreen@mongodb.com>2019-08-16 15:47:46 +0000
commitb135a73117c9fdfbce369cacf07bfc245f99330e (patch)
tree29ab0b65a53019971ca0e59c66742d5f6e40be1f /etc/system_perf.yml
parent6e040109a8dceca0c83a66c2398af6f19ee2449a (diff)
downloadmongo-b135a73117c9fdfbce369cacf07bfc245f99330e.tar.gz
PERF-1877 Add a new initial sync workload which run initial sync on larger documents of size 300KB.
Diffstat (limited to 'etc/system_perf.yml')
-rwxr-xr-xetc/system_perf.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index f2232b0fb18..18795a81d95 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -765,6 +765,16 @@ tasks:
- func: "run test"
- func: "analyze"
+- name: initialsync-large
+ priority: 5
+ commands:
+ - func: "prepare environment"
+ vars:
+ test: "initialsync-large"
+ - func: "deploy cluster"
+ - func: "run test"
+ - func: "analyze"
+
- name: change_streams_throughput
priority: 5
commands:
@@ -1282,6 +1292,7 @@ buildvariants:
tasks:
- name: initialsync
- name: initialsync-logkeeper-short
+ - name: initialsync-large
- name: linux-replSet-initialsync-logkeeper
display_name: Linux ReplSet Initial Sync LogKeeper