@@ -233,6 +233,39 @@ tasks:
233
233
- func : " attach benchmark test results"
234
234
- func : " send dashboard data"
235
235
236
+ - name : " perf-4.0-standalone"
237
+ tags : ["perf"]
238
+ commands :
239
+ - func : " bootstrap mongo-orchestration"
240
+ vars :
241
+ VERSION : " 4.0"
242
+ TOPOLOGY : " server"
243
+ - func : " run perf tests"
244
+ - func : " attach benchmark test results"
245
+ - func : " send dashboard data"
246
+
247
+ - name : " perf-4.2-standalone"
248
+ tags : ["perf"]
249
+ commands :
250
+ - func : " bootstrap mongo-orchestration"
251
+ vars :
252
+ VERSION : " 4.2"
253
+ TOPOLOGY : " server"
254
+ - func : " run perf tests"
255
+ - func : " attach benchmark test results"
256
+ - func : " send dashboard data"
257
+
258
+ - name : " perf-4.4-standalone"
259
+ tags : ["perf"]
260
+ commands :
261
+ - func : " bootstrap mongo-orchestration"
262
+ vars :
263
+ VERSION : " 4.4"
264
+ TOPOLOGY : " server"
265
+ - func : " run perf tests"
266
+ - func : " attach benchmark test results"
267
+ - func : " send dashboard data"
268
+
236
269
buildvariants :
237
270
238
271
- name : " perf-tests"
@@ -243,4 +276,6 @@ buildvariants:
243
276
- name : " perf-3.0-standalone"
244
277
- name : " perf-3.4-standalone"
245
278
- name : " perf-3.6-standalone"
246
-
279
+ - name : " perf-4.0-standalone"
280
+ - name : " perf-4.2-standalone"
281
+ - name : " perf-4.4-standalone"
0 commit comments