Skip to content

Commit 847e534

Browse files
committed
Fix config
1 parent ab8d3d6 commit 847e534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ tasks:
764764
- name: "perf-6.0-standalone-async"
765765
tags: [ "perf" ]
766766
commands:
767-
- func: "bootstrap mongo-orchestration"
767+
- func: "run server"
768768
vars:
769769
VERSION: "v6.0-perf"
770770
TOPOLOGY: "server"
@@ -777,7 +777,7 @@ tasks:
777777
- name: "perf-6.0-standalone-ssl-async"
778778
tags: [ "perf" ]
779779
commands:
780-
- func: "bootstrap mongo-orchestration"
780+
- func: "run server"
781781
vars:
782782
VERSION: "v6.0-perf"
783783
TOPOLOGY: "server"
@@ -791,7 +791,7 @@ tasks:
791791
- name: "perf-8.0-standalone-async"
792792
tags: [ "perf" ]
793793
commands:
794-
- func: "bootstrap mongo-orchestration"
794+
- func: "run server"
795795
vars:
796796
VERSION: "8.0"
797797
TOPOLOGY: "server"

0 commit comments

Comments
 (0)