summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/system_perf.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index b4b36ede2da..96403f08045 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -480,8 +480,9 @@ tasks:
- func: "prepare environment"
vars:
storageEngine: "wiredTiger"
+ # Unfortunately the dash/underscore style is different for mongodb_setup and test_control
test: "secondary_performance"
- setup: "replica-2node"
+ setup: "secondary-performance"
- func: "deploy cluster"
- func: "run test"
- func: "make test log artifact"
@@ -495,8 +496,9 @@ tasks:
- func: "prepare environment"
vars:
storageEngine: "mmapv1"
+ # Unfortunately the dash/underscore style is different for mongodb_setup and test_control
test: "secondary_performance"
- setup: "replica-2node"
+ setup: "secondary-performance"
- func: "deploy cluster"
- func: "run test"
- func: "make test log artifact"