From 4286d3a79f1e3ee0aa2ee23e88abbb44f8a830e6 Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Tue, 26 Nov 2024 16:49:57 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Georgia Garcia --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c9fdbd8d..a9310b6a6 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ $ export PYTHON_VERSIONS=python3 Note that, in general, the build steps can be run in parallel, while the test steps do not gain much speedup from being run in parallel. This is because the -test steps spawn a handful of long-lived test runner processes that mostly that +test steps spawn a handful of long-lived test runner processes that mostly run their tests sequentially and do not use `make`'s jobserver. Moreover, process spawning overhead constitutes a significant part of test runtime, so reworking the test harnesses to add parallelism (which would be a major undertaking