Skip to content

Commit cb2c67e

Browse files
committed
PYTHON-1515 - Add MongoDB 3.4 benchmarks
1 parent 7347810 commit cb2c67e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.evergreen/perf.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,17 @@ tasks:
211211
- func: "attach benchmark test results"
212212
- func: "send dashboard data"
213213

214+
- name: "perf-3.4-standalone"
215+
tags: ["perf"]
216+
commands:
217+
- func: "bootstrap mongo-orchestration"
218+
vars:
219+
VERSION: "3.4"
220+
TOPOLOGY: "server"
221+
- func: "run perf tests"
222+
- func: "attach benchmark test results"
223+
- func: "send dashboard data"
224+
214225
- name: "perf-3.6-standalone"
215226
tags: ["perf"]
216227
commands:
@@ -230,5 +241,6 @@ buildvariants:
230241
run_on: centos6-perf
231242
tasks:
232243
- name: "perf-3.0-standalone"
244+
- name: "perf-3.4-standalone"
233245
- name: "perf-3.6-standalone"
234246

0 commit comments

Comments
 (0)