Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b0355af434c640539b97fb2d342fd96d9cc1f1b9
https://github.com/WebKit/WebKit/commit/b0355af434c640539b97fb2d342fd96d9cc1f1b9
Author: Marcus Plutowski <[email protected]>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M Source/bmalloc/libpas/common.sh
M Source/bmalloc/libpas/src/libpas/pas_mte.h
M Source/bmalloc/libpas/src/test/PGMTests.cpp
M Source/bmalloc/libpas/src/test/TestHarness.cpp
M Source/bmalloc/libpas/test-impl.sh
Log Message:
-----------
[libpas] Parallelize test runner
https://bugs.webkit.org/show_bug.cgi?id=304285
rdar://164655522
Reviewed by Keith Miller.
With this patch, TestHarness.cpp will launch up to NCPUs/2 test
processes at once by default. This is friendlier than NCPUs for
contended cases like CI runners, while still being a big speedup
for desk usage.
This default can be overridden via the PasTestConcurrency envvar.
On my M3 Macbook Pro, this reduces the wall-clock time of `./test.sh`
from ~16m to a bit under ~5m, using `PasTestConcurrency=8`.
Canonical link: https://commits.webkit.org/305304@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications