You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: