Skip to content

Commit bfd297f

Browse files
committed
PYTHON-2271 Add MongoDB 4.0, 4.2, 4.4 to perf benchmark
1 parent 67a2342 commit bfd297f

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

.evergreen/perf.yml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,39 @@ tasks:
233233
- func: "attach benchmark test results"
234234
- func: "send dashboard data"
235235

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+
236269
buildvariants:
237270

238271
- name: "perf-tests"
@@ -243,4 +276,6 @@ buildvariants:
243276
- name: "perf-3.0-standalone"
244277
- name: "perf-3.4-standalone"
245278
- 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

Comments
 (0)