We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e214fe8 commit 2b4e9c8Copy full SHA for 2b4e9c8
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
run: echo "${{ github.event.pull_request.number }}" > benchmark-result.md
96
97
- name: Run benchmark
98
- run: vendor/bin/testbench benchmark:variance --ci --iterations=10000 --rounds=100 --filter-outliers >> benchmark-result.md
+ run: vendor/bin/testbench benchmark:variance --ci --runs=25 --iterations=5000 --rounds=100 --filter-outliers >> benchmark-result.md
99
100
- name: Upload benchmark result
101
uses: actions/upload-artifact@v4
0 commit comments