diff options
author | Rui Zhang <rui.zhang@mongodb.com> | 2016-02-09 15:36:36 -0800 |
---|---|---|
committer | Rui Zhang <rui.zhang@mongodb.com> | 2016-02-09 15:36:36 -0800 |
commit | 68614480bd2aa45721bdf177c0bf558e78e8cb0f (patch) | |
tree | 4717061beeb0c24bc35dbc5f8cbb5a8c7e1e6f6f /etc | |
parent | 805b8c51a6103e0482df81b5ef9b3efd448b0806 (diff) | |
download | mongo-68614480bd2aa45721bdf177c0bf558e78e8cb0f.tar.gz |
SERVER-22545 add two variants with smaller instance types
Diffstat (limited to 'etc')
-rw-r--r-- | etc/system_perf.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 49432ffbc8c..a07830e7a9b 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -489,6 +489,36 @@ buildvariants: - name: industry_benchmarks_MMAPv1 - name: core_workloads_MMAPv1 +- name: linux-standalone-c3-4xlarge + display_name: Linux Standalone (c3.4xlarge trial) + batchtime: 480 # 8 hours + expansions: + setup: standalone + cluster: single-c3-4xlarge + numShard: 0 + run_on: + - "linux-64-amzn-perf-standalone" + tasks: + - name: industry_benchmarks_WT + - name: core_workloads_WT + - name: industry_benchmarks_MMAPv1 + - name: core_workloads_MMAPv1 + +- name: linux-standalone-c3-2xlarge + display_name: Linux Standalone (c3.2xlarge trial) + batchtime: 480 # 8 hours + expansions: + setup: standalone + cluster: single-c3-2xlarge + numShard: 0 + run_on: + - "linux-64-amzn-perf-standalone" + tasks: + - name: industry_benchmarks_WT + - name: core_workloads_WT + - name: industry_benchmarks_MMAPv1 + - name: core_workloads_MMAPv1 + - name: linux-3-shard display_name: Linux 3-Shard Cluster batchtime: 1440 # 24 hours |