Skip to content

Commit 8ac8189

Browse files
committed
ci: increase max-parallel jobs to 8 in benchmarks workflow
Speed up benchmark execution by allowing more concurrent jobs.
1 parent 9c8b7d0 commit 8ac8189

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: 4
29+
max-parallel: 8
3030
matrix:
3131
type: [simulation, memory]
3232
group: [text, file, numeric, misc]

0 commit comments

Comments
 (0)