summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2019-06-25 16:08:48 -0400
committerdalyd <david.daly@mongodb.com>2019-06-28 15:41:59 -0400
commiteea4230e07b62bd036001a79775874b3714290c6 (patch)
treee66b84ea7afacdccbe2f4a87e57b5ec088576b07
parent121f870957007a37896470b216ab3a2c365005a1 (diff)
downloadmongo-eea4230e07b62bd036001a79775874b3714290c6.tar.gz
SERVER-41631: Enable Large Data YCSB Test
(cherry picked from commit 7bc687149de22d4819831ce80a8fe9120558891b)
-rw-r--r--etc/system_perf.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 47244b60e00..08a0ec63c6c 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -436,6 +436,17 @@ tasks:
vars:
script_flags: --ycsb-throughput-analysis reports
+- name: ycsb_60GB
+ priority: 5
+ commands:
+ - func: "prepare environment"
+ vars:
+ test: "ycsb-60GB"
+ - func: "deploy cluster"
+ - func: "run test"
+ - func: "analyze"
+ vars:
+ script_flags: --ycsb-throughput-analysis reports
- name: industry_benchmarks_secondary_reads
priority: 5
commands:
@@ -869,6 +880,7 @@ buildvariants:
variant: compile-linux-64-amzn
tasks: &1nodetasks
- name: industry_benchmarks
+ - name: ycsb_60GB
- name: crud_workloads
- name: mixed_workloads
- name: misc_workloads
@@ -906,6 +918,7 @@ buildvariants:
variant: compile-linux-64-amzn
tasks: &standalonetasks
- name: industry_benchmarks
+ - name: ycsb_60GB
- name: crud_workloads
- name: jasper_smoke
- name: genny_canaries
@@ -1071,6 +1084,7 @@ buildvariants:
variant: compile-linux-64-amzn
tasks: &3nodetasks
- name: industry_benchmarks
+ - name: ycsb_60GB
- name: industry_benchmarks_secondary_reads
- name: crud_workloads
- name: jasper_smoke
@@ -1208,6 +1222,7 @@ buildvariants:
variant: compile-rhel70
tasks: # Cannot use *3nodetasks because secondary_performance uses a special mongodb setup.
- name: industry_benchmarks
+ - name: ycsb_60GB
- name: industry_benchmarks_secondary_reads
- name: crud_workloads
- name: jasper_smoke