cache-require-paths icon indicating copy to clipboard operation
cache-require-paths copied to clipboard

perf stats - fyi

Open kevinburkeshyp opened this issue 10 years ago • 0 comments

Without this module, when loading Sails-based tests I saw about 6k stat() misses and a single test took about 6.5s to run. With it, I saw 1.2k stat() misses (some/all may be from mocha before the require() cacher can run) and about 5.3-5.4s runtime.

kevinburkeshyp avatar Apr 26 '15 21:04 kevinburkeshyp