Files
openswarm/docs/perf/winv2/appbuilder_breakdown.csv
Eric 24a767eec9 [eric] perf: winv2 windows startup + app builder profiling, tracking doc, graphs
- warm boot floor 8256ms -> 857ms; app builder download + create breakdown measured

- harnesses, csv, dependency-free svg graphs, per-step savings table, #9 plan
2026-06-16 21:58:39 -07:00

8 lines
421 B
CSV

phase,ms,note
"seed workspace + link node_modules (per app)",67,"nm linked, instant"
"download: archive extract (new build path, one-time)",14204,"215MB nm, defender-bound"
"download: npm install (cold fallback, one-time)",42684,"ok"
"vite bind: cold vite cache (first app)",6714,"bound"
"vite bind: warm shared cache (subsequent)",672,"bound"
"build-time: tar node_modules to archive (CI, not user)",6809,"26MB archive"