diff options
author | dalyd <david.daly@mongodb.com> | 2019-06-25 16:08:48 -0400 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2019-06-27 16:42:12 -0400 |
commit | 7bc687149de22d4819831ce80a8fe9120558891b (patch) | |
tree | 2e24511ed589ee2d9332463c26c80334805066fa /etc/system_perf.yml | |
parent | 3147f5e1c37546b817934ef892d5e353170a9935 (diff) | |
download | mongo-7bc687149de22d4819831ce80a8fe9120558891b.tar.gz |
SERVER-41631: Enable Large Data YCSB Test
Diffstat (limited to 'etc/system_perf.yml')
-rw-r--r-- | etc/system_perf.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 7e6952cb8ac..3bac7a24189 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -446,6 +446,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: @@ -909,6 +920,7 @@ buildvariants: variant: compile-linux-64-amzn tasks: &1nodetasks - name: industry_benchmarks + - name: ycsb_60GB - name: crud_workloads - name: mixed_workloads - name: misc_workloads @@ -948,6 +960,7 @@ buildvariants: variant: compile-linux-64-amzn tasks: &standalonetasks - name: industry_benchmarks + - name: ycsb_60GB - name: crud_workloads - name: jasper_smoke - name: genny_canaries @@ -1119,6 +1132,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 @@ -1258,6 +1272,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 |