Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Georgia Garcia <georgia.garcia@canonical.com>
This commit is contained in:
Ryan Lee 2024-11-26 16:49:57 +00:00
parent 967685352c
commit 4286d3a79f

View file

@ -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