diff options
author | Sara Golemon <sara.golemon@mongodb.com> | 2020-11-19 22:29:02 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-12-23 16:07:18 +0000 |
commit | 0286015ed1e0406eee312e03adfd308d01fd189e (patch) | |
tree | 3ac813e0373ed686eef420c3d899088601c1127b /etc | |
parent | e3372897dcea110233204133a8e62141ba2db70d (diff) | |
download | mongo-0286015ed1e0406eee312e03adfd308d01fd189e.tar.gz |
SERVER-48548 Add perf tests for auditing
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/system_perf.yml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 5f3447c8a5c..762722ffcb8 100755 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -1199,6 +1199,23 @@ buildvariants: - name: genny_patch_tasks - name: genny_auto_tasks +- name: linux-shard-lite-audit + display_name: Linux Shard Lite Cluster Audit + batchtime: 5760 # 4 days + modules: *modules + expansions: + mongodb_setup: shard-lite-audit + infrastructure_provisioning: shard-lite + platform: linux + project_dir: *project_dir + authentication: enabled + storageEngine: wiredTiger + run_on: + - "rhel70-perf-shard-lite" + depends_on: *_compile_amazon2 + tasks: + - name: industry_benchmarks + - name: linux-shard-lite display_name: Linux Shard Lite Cluster batchtime: 5760 # 4 days @@ -1504,6 +1521,23 @@ buildvariants: # - name: initialsync-logkeeper-snapshot-update # - name: initialsync-logkeeper-short-s3-update +- name: linux-replSet-audit + display_name: Linux 3-Node ReplSet Audit + batchtime: 10080 # 7 days + modules: *modules + expansions: + mongodb_setup: replica-audit + infrastructure_provisioning: replica + platform: linux + project_dir: *project_dir + authentication: enabled + storageEngine: wiredTiger + run_on: + - "rhel70-perf-replset" + depends_on: *_compile_amazon2 + tasks: + - name: industry_benchmarks + - name: linux-replSet-auth-delay display_name: Linux 3-Node ReplSet (Auth Delay) batchtime: 10080 # 7 days |