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 3544386Copy full SHA for 3544386
.github/workflows/benchmark.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
# Run benchmarks with multiple sizes and save to JSON
34
./target/release/bench_throughput \
35
- --sizes 1000,10000,100000 \
+ --sizes 1000,10000,50000 \
36
--iterations 50 \
37
--format json \
38
--output benchmark_results.json
.github/workflows/update-baseline.yml
@@ -48,7 +48,7 @@ jobs:
48
49
echo "Running benchmarks for commit ${{ steps.commit-info.outputs.short_sha }}"
50
51
52
--iterations ${{ inputs.iterations }} \
53
54
0 commit comments