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
Auto merge of #9206 - ehuss:testsuite-rustup, r=Eh2406
testsuite: Improve performance when using rustup.
The rustup wrapper adds a considerable amount of overhead when running processes like `rustc`. This overrides `PATH` when running the testsuite to prioritize the actual executables to avoid the wrapper.
I'm not 100% confident this won't break something somewhere, but it seems like it should be safe.
In my tests, this makes the testsuite 1.5 to 1.7 times faster.
0 commit comments