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
Similar to other OS/FS type stats we can optimize here. Found this
as a slowdown when profiling tests in a loop during test fixing.
This helps node startup and maybe more importantly test performance.
No need to initialize the stats eagerly when we can just get them
as we load them the first time.
0 commit comments