diff options
author | Ian Boros <puppyofkosh@gmail.com> | 2019-03-20 17:54:10 -0400 |
---|---|---|
committer | Ian Boros <puppyofkosh@gmail.com> | 2019-04-08 13:01:37 -0400 |
commit | cb588e3afb498e21c048d349bda7f94f2b5ff229 (patch) | |
tree | 74c7812b5512f810ff5a1c310a213cee2afeebde /etc | |
parent | 573921791c4d20e0d1603fd0a200d90d74b65bd5 (diff) | |
download | mongo-cb588e3afb498e21c048d349bda7f94f2b5ff229.tar.gz |
SERVER-40246 Add cursor manager sys perf test
Diffstat (limited to 'etc')
-rw-r--r-- | etc/system_perf.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 00d8e316f9e..ca6f1e63e2e 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -463,6 +463,16 @@ tasks: - func: "run test" - func: "analyze" +- name: cursor_manager + priority: 5 + commands: + - func: "prepare environment" + vars: + test: "cursor_manager" + - func: "deploy cluster" + - func: "run test" + - func: "analyze" + - name: mixed_workloads priority: 5 commands: @@ -852,6 +862,7 @@ buildvariants: - name: industry_benchmarks - name: crud_workloads - name: jasper_smoke + - name: cursor_manager - name: insert_remove - name: mixed_workloads - name: misc_workloads |