Skip to content

Commit 990bb29

Browse files
committed
fix(bench): smoke workers=1 to prevent concurrent OOM on 6g container
1 parent 280333a commit 990bb29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bench-sweep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
--baseline "${BASELINE}" \
313313
--winner /tmp/winner.json \
314314
--manifests-dir /tmp/manifest_one \
315-
--workers 2 \
315+
--workers 1 \
316316
--limit 5 \
317317
--timeout-per-instance "${INPUT_TIMEOUT}" \
318318
--min-memory-gb 2 \

0 commit comments

Comments
 (0)