Skip to content

Commit b90139e

Browse files
authored
RUST-1997 Fix evergreen benchmarks config (#1179)
1 parent c19f411 commit b90139e

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.evergreen/benchmarks.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,7 @@ functions:
138138
- command: expansions.update
139139
params:
140140
file: mo-expansion.yml
141-
142-
"run driver benchmarks":
143141
- command: shell.exec
144-
type: test
145142
params:
146143
shell: bash
147144
working_dir: "src"
@@ -150,7 +147,20 @@ functions:
150147
export MONGODB_URI="${MONGODB_URI}"
151148
export SSL="${SSL}"
152149
. .evergreen/generate-uri.sh
150+
- command: expansions.update
151+
params:
152+
file: src/uri-expansions.yml
153153

154+
"run driver benchmarks":
155+
- command: shell.exec
156+
type: test
157+
params:
158+
shell: bash
159+
working_dir: "src"
160+
include_expansions_in_env:
161+
- MONGODB_URI
162+
script: |
163+
${PREPARE_SHELL}
154164
.evergreen/run-driver-benchmarks.sh
155165
156166
"run bson benchmarks":

0 commit comments

Comments
 (0)