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
Currently if using parallelism of 4 or more, for a good chunk of ./runtests.py unit-test only 1-2 tasks are running. We could split some of the longer test suites automatically to multiple tasks to speed things up. On the other hand, this could slow down things when we run only a small number of test cases, so we may want to address that first.
The text was updated successfully, but these errors were encountered:
Currently if using parallelism of 4 or more, for a good chunk of
./runtests.py unit-test
only 1-2 tasks are running. We could split some of the longer test suites automatically to multiple tasks to speed things up. On the other hand, this could slow down things when we run only a small number of test cases, so we may want to address that first.The text was updated successfully, but these errors were encountered: