summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Yam <zach.yam@mongodb.com>2019-07-11 11:31:13 -0400
committerZach Yam <zach.yam@mongodb.com>2019-07-15 15:11:06 -0400
commit44080f6542850434cb53f277bf5973e66fd90553 (patch)
treead5b170d6d635a43505352d09b45c13e04d5bea6
parentf45300e46fcf2138669c74bb15e45a17a0f154a4 (diff)
downloadmongo-44080f6542850434cb53f277bf5973e66fd90553.tar.gz
SERVER-42003 Add Comprehensive Index Build workloads to sys perf
-rw-r--r--etc/system_perf.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 49a4a59a773..b111e42970e 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -795,6 +795,16 @@ tasks:
- func: "run test"
- func: "analyze"
+- name: create_index
+ priority: 5
+ commands:
+ - func: "prepare environment"
+ vars:
+ test: "create_index"
+ - func: "deploy cluster"
+ - func: "run test"
+ - func: "analyze"
+
#######################################
# Modules #
#######################################
@@ -952,6 +962,7 @@ buildvariants:
- name: insert_big_docs
- name: insert_remove
- name: big_update
+ - name: create_index
- name: linux-standalone
display_name: Linux Standalone