Skip to content

Commit 34bb23f

Browse files
committed
add default run amount
1 parent 3ccf108 commit 34bb23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
fixture: "run"
4141
env:
4242
BENCH_INCLUDE: ${{ fromJson(inputs.binaries || '"npm,yarn,berry,pnpm,vlt,bun,deno,nx,turbo,node"') }}
43-
BENCH_WARMUP: ${{ inputs.warmup || '1' }}
44-
BENCH_RUNS: ${{ inputs.runs || '2' }}
43+
BENCH_WARMUP: ${{ inputs.warmup || '2' }}
44+
BENCH_RUNS: ${{ inputs.runs || '10' }}
4545
steps:
4646
- uses: actions/checkout@v4
4747
- name: Install Node

0 commit comments

Comments
 (0)