mirror of
https://github.com/millionco/react-doctor.git
synced 2026-09-14 20:00:24 +08:00
b449e82dd5
The no-cache and cold cohorts gave every sample a fresh cache directory that also held NODE_COMPILE_CACHE, so each sample recompiled every bundle from scratch (~150 ms of startup that real runs never pay: the compile cache is a Node artifact under the OS temp dir, not a React Doctor cache). The compile cache is now one directory per series, warmed by the warmup sample, while React Doctor's own caches keep the per-cohort semantics.