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
Turbopack: Only benchmark file IO on next dev (#84474)
I added this in #66057
It's too noisy and not useful on CI. CI machines are often multi-tenant and/or running many other processes during initialization.
We could check for `process.env.CI`, but I think just having the check in `next dev` is enough.
https://vercel.slack.com/archives/C01A2M9R8RZ/p1759349240395449
0 commit comments