Skip to content

Commit f4ca39c

Browse files
committed
test: remove node version from tasks
1 parent 93164fe commit f4ca39c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ tasks:
230230
vars:
231231
TS_VERSION: "next"
232232
TRY_COMPILING_LIBRARY: "false"
233-
- name: run-granular-benchmarks-node-18
233+
- name: run-granular-benchmarks
234234
commands:
235235
- func: fetch source
236236
vars:
@@ -246,7 +246,7 @@ tasks:
246246
- command: perf.send
247247
params:
248248
file: src/test/bench/etc/resultsCollectedMeans.json
249-
- name: run-spec-benchmarks-node-18
249+
- name: run-spec-benchmarks
250250
commands:
251251
- func: fetch source
252252
vars:
@@ -298,5 +298,5 @@ buildvariants:
298298
display_name: RHEL 9.0 perf
299299
run_on: rhel90-dbx-perf-large
300300
tasks:
301-
- run-granular-benchmarks-node-18
302-
- run-spec-benchmarks-node-18
301+
- run-granular-benchmarks
302+
- run-spec-benchmarks

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"benchmark": "^2.1.4",
4141
"chai": "^4.4.1",
4242
"chalk": "^5.3.0",
43-
"dbx-js-tools": "github:mongodb-js/dbx-js-tools",
43+
"dbx-js-tools": "github:mongodb-js/dbx-js-tools#NODE-6358",
4444
"eslint": "^9.8.0",
4545
"eslint-config-prettier": "^9.1.0",
4646
"eslint-plugin-no-bigint-usage": "file:etc/eslint/no-bigint-usage",

0 commit comments

Comments
 (0)