mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-20 03:35:40 +02:00
- warm boot floor 8256ms -> 857ms; app builder download + create breakdown measured - harnesses, csv, dependency-free svg graphs, per-step savings table, #9 plan
8 lines
421 B
CSV
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"
|