From 68614480bd2aa45721bdf177c0bf558e78e8cb0f Mon Sep 17 00:00:00 2001 From: Rui Zhang Date: Tue, 9 Feb 2016 15:36:36 -0800 Subject: SERVER-22545 add two variants with smaller instance types --- etc/system_perf.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 -- cgit v1.2.1