We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2df3fa commit 22d99ebCopy full SHA for 22d99eb
.github/workflows/update-baseline.yml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
echo "Running benchmarks for commit ${{ steps.commit-info.outputs.short_sha }}"
50
./target/release/bench_throughput \
51
- --sizes 1000,10000,100000 \
+ --sizes 1000,10000,50000 \
52
--iterations ${{ inputs.iterations }} \
53
--format json \
54
--output benchmark_results.json
0 commit comments