cache-require-paths
cache-require-paths copied to clipboard
perf stats - fyi
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.