File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,7 @@ functions:
138
138
- command : expansions.update
139
139
params :
140
140
file : mo-expansion.yml
141
-
142
- " run driver benchmarks " :
143
141
- command : shell.exec
144
- type : test
145
142
params :
146
143
shell : bash
147
144
working_dir : " src"
@@ -150,7 +147,20 @@ functions:
150
147
export MONGODB_URI="${MONGODB_URI}"
151
148
export SSL="${SSL}"
152
149
. .evergreen/generate-uri.sh
150
+ - command : expansions.update
151
+ params :
152
+ file : src/uri-expansions.yml
153
153
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}
154
164
.evergreen/run-driver-benchmarks.sh
155
165
156
166
" run bson benchmarks " :
You can’t perform that action at this time.
0 commit comments