Skip to content

Commit 3742b87

Browse files
committed
ci: reduce parallel benchmark jobs from 16 to 12
Lower max-parallel in benchmark workflow to reduce resource contention and avoid intermittent failures.
1 parent 769a5a4 commit 3742b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
CARGO_INCREMENTAL: 0
2727
strategy:
2828
fail-fast: false
29-
max-parallel: 16
29+
max-parallel: 12
3030
matrix:
3131
type: [simulation, memory]
3232
package: [

0 commit comments

Comments
 (0)