summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2017-09-05 16:06:21 -0400
committerdalyd <david.daly@mongodb.com>2017-09-11 14:11:56 -0400
commit593e20a6869c47ad1682f1f0b5d175f495f2804f (patch)
tree84dc82519b5dd217b7c371f4f16be1eb9a354fec
parent52715243a8ed56baac7053c57ad3f6513e2ce3d0 (diff)
downloadmongo-593e20a6869c47ad1682f1f0b5d175f495f2804f.tar.gz
SERVER-30938: Enable ycsb-wmajority tests in system_perf.yml
(cherry picked from commit 3e8948166541da547ac03f9265ecfa49a63f7685)
-rw-r--r--etc/system_perf.yml48
1 files changed, 48 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 65aa030df54..61cca7d0457 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -317,6 +317,50 @@ tasks:
vars:
script_flags: --ycsb-throughput-analysis reports
+- name: industry_benchmarks_wmajority_WT
+ depends_on:
+ - name: compile
+ variant: linux-standalone
+ commands:
+ - func: "prepare environment"
+ vars:
+ storageEngine: "wiredTiger"
+ test: "ycsb-wmajority"
+ - func: "infrastructure provisioning"
+ - func: "configure mongodb cluster"
+ vars:
+ storageEngine: "wiredTiger"
+ - func: "run test"
+ vars:
+ storageEngine: "wiredTiger"
+ test: "ycsb-wmajority"
+ - func: "make test log artifact"
+ - func: "analyze"
+ vars:
+ script_flags: --ycsb-throughput-analysis reports
+
+- name: industry_benchmarks_wmajority_MMAPv1
+ depends_on:
+ - name: compile
+ variant: linux-standalone
+ commands:
+ - func: "prepare environment"
+ vars:
+ storageEngine: "mmapv1"
+ test: "ycsb-wmajority"
+ - func: "infrastructure provisioning"
+ - func: "configure mongodb cluster"
+ vars:
+ storageEngine: "mmapv1"
+ - func: "run test"
+ vars:
+ storageEngine: "mmapv1"
+ test: "ycsb-wmajority"
+ - func: "make test log artifact"
+ - func: "analyze"
+ vars:
+ script_flags: --ycsb-throughput-analysis reports
+
- name: core_workloads_WT
depends_on:
- name: compile
@@ -602,6 +646,8 @@ buildvariants:
- name: industry_benchmarks_WT
- name: core_workloads_WT
- name: industry_benchmarks_MMAPv1
+ - name: industry_benchmarks_wmajority_WT
+ - name: industry_benchmarks_wmajority_MMAPv1
- name: core_workloads_MMAPv1
- name: mongos_workloads_WT
- name: mongos_workloads_MMAPv1
@@ -624,6 +670,8 @@ buildvariants:
- name: industry_benchmarks_WT
- name: core_workloads_WT
- name: industry_benchmarks_MMAPv1
+ - name: industry_benchmarks_wmajority_WT
+ - name: industry_benchmarks_wmajority_MMAPv1
- name: core_workloads_MMAPv1
- name: non_sharded_workloads_WT
- name: non_sharded_workloads_MMAPv1