-
-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Description
The tests take a long time to run (hours), but each set of tests have no communication and can be parallelized. Using pytest parallelism you can pretty easily get near linear speedups from parallelism (via https://github.com/pytest-dev/pytest-xdist). I use it locally to help accelerate running the tests, and I think it could help accelerate the tests that run on PRs. Even the default runners 4 CPUs could be faster (and larger runners would increase this)
Metadata
Metadata
Assignees
Labels
No labels