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
Use cargo --timings to create a report about compile time for the largest CI jobs (#9906)
This uses cargo --timings to create an HTML report attached to the workflow showing all the different items in the job and how long they take to compile. For now this is only used on the build_and_test matrix.
0 commit comments