Skip to content

Commit 5a8900e

Browse files
authored
test(NODE-6358): perf test against current branch (#713)
1 parent 8863915 commit 5a8900e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
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

.evergreen/run-granular-benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -o xtrace
55
WARMUP=$WARMUP
66
ITERATIONS=$ITERATIONS
77

8-
WARMUP=$WARMUP ITERATIONS=$ITERATIONS npm run check:granular-bench
8+
WARMUP=$WARMUP ITERATIONS=$ITERATIONS LIBRARY=$(pwd) npm run check:granular-bench

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)