Files
Aiden Bai b449e82dd5 perf(harness): share the V8 compile cache across a series' samples
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.
2026-09-12 20:05:07 +08:00
..