diff options
author | Kashish Garg <kashish.garg@mongodb.com> | 2018-07-25 16:47:50 -0400 |
---|---|---|
committer | Kashish Garg <kashish.garg@mongodb.com> | 2018-07-30 13:19:11 -0400 |
commit | d68d672dd4cc27c92be897e7523fad85664fc39e (patch) | |
tree | 7e5539c325eb0e506c963fde9327dd9b1b258438 /etc | |
parent | aede5e0ea6553abe96cee3982c0999e7cc9eb30d (diff) | |
download | mongo-d68d672dd4cc27c92be897e7523fad85664fc39e.tar.gz |
PERF-1591 Adding audit compile variant to test changes for improved auditing performance
Diffstat (limited to 'etc')
-rw-r--r-- | etc/system_perf.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 9975515e77b..6abb93b8b57 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -732,6 +732,27 @@ buildvariants: - name: bestbuy_agg - name: bestbuy_query +- name: linux-standalone-audit + display_name: Linux Standalone Audit + batchtime: 10080 # 7 days + modules: *modules + expansions: + setup: standalone-audit + cluster: single + platform: linux + project_dir: *project_dir + authentication: enabled + storageEngine: wiredTiger + run_on: + - "rhel70-perf-single" + depends_on: + - name: compile + variant: compile-linux-64-amzn + tasks: &standalonetasks + - name: industry_benchmarks + - name: crud_workloads + - name: smoke_test + - name: linux-3-shard display_name: Linux 3-Shard Cluster batchtime: 10080 # 7 days |