Add 'logical' CPU count choice for --numprocesses

This can significantly speed up runs when testing is not CPU-bound.
This commit is contained in:
Kyle Roeschley
2021-03-25 10:37:29 -05:00
parent 1dc019709c
commit 4d27110beb
3 changed files with 28 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
Add ``--numprocesses=logical`` flag, which automatically uses the number of logical CPUs available, instead of physical CPUs with ``auto``.
This is very useful for test suites which are not CPU-bound.