Skip to content

Commit 2b4e9c8

Browse files
committed
Update ci.yml
1 parent e214fe8 commit 2b4e9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: echo "${{ github.event.pull_request.number }}" > benchmark-result.md
9696

9797
- name: Run benchmark
98-
run: vendor/bin/testbench benchmark:variance --ci --iterations=10000 --rounds=100 --filter-outliers >> benchmark-result.md
98+
run: vendor/bin/testbench benchmark:variance --ci --runs=25 --iterations=5000 --rounds=100 --filter-outliers >> benchmark-result.md
9999

100100
- name: Upload benchmark result
101101
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)