perf(test): cut gateway unit suite overhead

This commit is contained in:
Peter Steinberger
2026-02-15 23:28:07 +00:00
parent be4a490c23
commit 67bfe8fb80
12 changed files with 349 additions and 551 deletions

View File

@@ -165,7 +165,7 @@ const defaultWorkerBudget =
unit: Math.max(2, Math.min(8, Math.floor(localWorkers / 2))),
unitIsolated: 1,
extensions: Math.max(1, Math.min(4, Math.floor(localWorkers / 4))),
gateway: 1,
gateway: 2,
};
// Keep worker counts predictable for local runs; trim macOS CI workers to avoid worker crashes/OOM.