Skip to content

Commit

Permalink
test: remove node version from tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Sep 4, 2024
1 parent 93164fe commit 83f79b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ tasks:
vars:
TS_VERSION: "next"
TRY_COMPILING_LIBRARY: "false"
- name: run-granular-benchmarks-node-18
- name: run-granular-benchmarks
commands:
- func: fetch source
vars:
Expand All @@ -246,7 +246,7 @@ tasks:
- command: perf.send
params:
file: src/test/bench/etc/resultsCollectedMeans.json
- name: run-spec-benchmarks-node-18
- name: run-spec-benchmarks
commands:
- func: fetch source
vars:
Expand Down Expand Up @@ -298,5 +298,5 @@ buildvariants:
display_name: RHEL 9.0 perf
run_on: rhel90-dbx-perf-large
tasks:
- run-granular-benchmarks-node-18
- run-spec-benchmarks-node-18
- run-granular-benchmarks
- run-spec-benchmarks
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"benchmark": "^2.1.4",
"chai": "^4.4.1",
"chalk": "^5.3.0",
"dbx-js-tools": "github:mongodb-js/dbx-js-tools",
"dbx-js-tools": "github:mongodb-js/dbx-js-tools#NODE-6358",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-bigint-usage": "file:etc/eslint/no-bigint-usage",
Expand Down

0 comments on commit 83f79b2

Please sign in to comment.