Skip to content

Commit 3544386

Browse files
committed
refactor(ci): lower upper bound
1 parent f2df3fa commit 3544386

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
# Run benchmarks with multiple sizes and save to JSON
3434
./target/release/bench_throughput \
35-
--sizes 1000,10000,100000 \
35+
--sizes 1000,10000,50000 \
3636
--iterations 50 \
3737
--format json \
3838
--output benchmark_results.json

.github/workflows/update-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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,10000,50000 \
5252
--iterations ${{ inputs.iterations }} \
5353
--format json \
5454
--output benchmark_results.json

0 commit comments

Comments
 (0)