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
At the moment, pub run is executed for every test suite. Maybe execution could be speed up by batching test suites together that are compatible (vm vs content_shell, vm arguments, ...).
There is also a TODO comment in the code for limiting the amount of parallel pub run executions. Implementing this would be quite useful, as my computer is very unresponsible running all my tests at the moment. I have many small test suites.
At the moment, pub run is executed for every test suite. Maybe execution could be speed up by batching test suites together that are compatible (vm vs content_shell, vm arguments, ...).
There is also a TODO comment in the code for limiting the amount of parallel
pub runexecutions. Implementing this would be quite useful, as my computer is very unresponsible running all my tests at the moment. I have many small test suites.