Skip to content

Commit 22d99eb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)