File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 run : |
3333 # Run benchmarks with multiple sizes and save to JSON
3434 ./target/release/bench_throughput \
35- --sizes 1000,10000,100000 \
36- --iterations 50 \
35+ --sizes 1000,5000,10000 \
36+ --iterations 100 \
3737 --format json \
3838 --output benchmark_results.json
3939
Original file line number Diff line number Diff line change 1111 iterations :
1212 description : ' Number of benchmark iterations'
1313 required : false
14- default : ' 50 '
14+ default : ' 100 '
1515 type : string
1616
1717jobs :
4848 run : |
4949 echo "Running benchmarks for commit ${{ steps.commit-info.outputs.short_sha }}"
5050 ./target/release/bench_throughput \
51- --sizes 1000,10000,100000 \
51+ --sizes 1000,5000,10000 \
5252 --iterations ${{ inputs.iterations }} \
5353 --format json \
5454 --output benchmark_results.json
You can’t perform that action at this time.
0 commit comments