Skip to content

Commit

Permalink
test(NODE-6358): perf test against current branch (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Sep 5, 2024
1 parent 8863915 commit 5a8900e
Show file tree
Hide file tree
Showing 3 changed files with 8 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
2 changes: 1 addition & 1 deletion .evergreen/run-granular-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -o xtrace
WARMUP=$WARMUP
ITERATIONS=$ITERATIONS

WARMUP=$WARMUP ITERATIONS=$ITERATIONS npm run check:granular-bench
WARMUP=$WARMUP ITERATIONS=$ITERATIONS LIBRARY=$(pwd) npm run check:granular-bench
5 changes: 3 additions & 2 deletions package-lock.json

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

0 comments on commit 5a8900e

Please sign in to comment.