chore(NODE-7788): remove csot perf tests - #5044
Merged
Merged
Conversation
johnmtll
marked this pull request as ready for review
September 2, 2026 01:17
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The removed tasks are fully deleted from both generation and config with no remaining references found, and the change is low-risk and consistent with the PR description.
Pull request overview
This PR removes the CSOT-focused performance benchmark tasks (the timeoutMS variants) from the Evergreen performance task generation and from the checked-in Evergreen configuration, reducing CI/perf task surface area while keeping the remaining spec benchmark perf coverage intact.
Changes:
- Removed the
run-spec-benchmark-tests-node-server-timeoutMS-*perf tasks from.evergreen/generate_evergreen_tasks.js. - Deleted the corresponding task definitions and buildvariant task entries from
.evergreen/config.yml.
File summaries
| File | Description |
|---|---|
| .evergreen/generate_evergreen_tasks.js | Drops generation of the two timeoutMS perf benchmark tasks so they are no longer produced for Evergreen. |
| .evergreen/config.yml | Removes the two task definitions and their inclusion in the performance-tests buildvariant task list. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
PavelSafronov
approved these changes
Sep 2, 2026
PavelSafronov
left a comment
Contributor
There was a problem hiding this comment.
Changes look good!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Summary of Changes
Removes the CSOT benchmark test tasks from evergreen config.
Notes for Reviewers
Release Highlight
Release notes highlight
Double check the following
npm run check:lint)type(NODE-xxxx)[!]: descriptionfeat(NODE-1234)!: rewriting everything in coffeescript