We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce7a9d commit 09b4914Copy full SHA for 09b4914
etc/system_perf.yml
@@ -805,6 +805,16 @@ tasks:
805
- func: "run test"
806
- func: "analyze"
807
808
+- name: create_big_index
809
+ priority: 5
810
+ commands:
811
+ - func: "prepare environment"
812
+ vars:
813
+ test: "create_big_index"
814
+ - func: "deploy cluster"
815
+ - func: "run test"
816
+ - func: "analyze"
817
+
818
- name: create_index
819
priority: 5
820
commands:
@@ -982,6 +992,7 @@ buildvariants:
982
992
- name: insert_big_docs
983
993
- name: insert_remove
984
994
- name: big_update
995
+ - name: create_big_index
985
996
986
997
987
998
- name: linux-standalone
0 commit comments