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
It appears that most of the time is being spent compiling code and running tests, as it should, without too much wasted time. It appears that dart_web is especially slow, and collation is slow. We have made a number of improvements such as parallelising the executor schema validation and the verifier, and removing a lot of logging to stdout. However, it is not always clear from stdout where the time is being spent.
We can speed up our end-to-end CI in different ways:
The text was updated successfully, but these errors were encountered: