Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .evergreen/.evg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1542,6 +1542,8 @@ tasks:
# Do not rename this task – renaming resets the performance time series
- name: "perf"
tags: ["perf"]
# Benchmark could exceed 1 hour of execution.
exec_timeout_secs: 7200
commands:
- func: "bootstrap mongo-orchestration"
vars:
Expand All @@ -1554,6 +1556,8 @@ tasks:

- name: "perf-netty"
tags: [ "perf" ]
# Benchmark could exceed 1 hour of execution.
exec_timeout_secs: 7200
commands:
- func: "bootstrap mongo-orchestration"
vars:
Expand Down