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
x test tidy now cost about 19s on my machine (a M2 mac), I think it's a little bit too long for a trivial fix like #142871, when I discussed with @jieyouxu , he told me it only cost 9s on his dev environment(a WSL).
x test tidynow cost about 19s on my machine (a M2 mac), I think it's a little bit too long for a trivial fix like #142871, when I discussed with @jieyouxu , he told me it only cost 9s on his dev environment(a WSL).so I added some logs for cost time in each check in tidy test:
https://github.com/chenyukang/rust/blob/106a6d46375f7c13d4fee3511736193f59b74542/src/tools/tidy/src/main.rs#L87-L95
The result for each part is:
I also meet the issue of #134648, but I do not know how to reproduce it now.
x test tidycan be faster #141074