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
-j1 and -t12 builds take a long time (roughly 11 minutes) on production
hardware, which means that the two builds currently run by perf add up to 22
minutes. This still has roughly 2-6% variance on roughly identical compilers,
which is quite high. Try a -j2 -t3 build which hopefully ends up using separate
physical (not just virtual) cores for each rustc, and as such introducing
less variance from parallelism issues.
0 commit comments