Skip to content

Commit a1a617b

Browse files
committed
chore: todos
1 parent 0709f10 commit a1a617b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ functions:
883883
args:
884884
- ${PROJECT_DIRECTORY}/.evergreen/run-benchmarks.sh
885885

886-
# TEMP!
886+
# TODO(NODE-6729): Remove this task when the original tasks are using the new runner
887887
"run new spec driver benchmarks":
888888
- command: subprocess.exec
889889
type: test

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ function addPerformanceTasks() {
752752
]
753753
});
754754

755-
// temp
755+
// TODO(NODE-6729): Remove this task when the original tasks are using the new runner
756756
const makePerfTaskNEW = (name, MONGODB_CLIENT_OPTIONS) => ({
757757
name,
758758
tags: ['run-spec-benchmark-tests', 'performance'],

0 commit comments

Comments
 (0)