mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-17 18:25:42 +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
421 B
421 B
| 1 | phase | ms | note |
|---|---|---|---|
| 2 | seed workspace + link node_modules (per app) | 67 | nm linked, instant |
| 3 | download: archive extract (new build path, one-time) | 14204 | 215MB nm, defender-bound |
| 4 | download: npm install (cold fallback, one-time) | 42684 | ok |
| 5 | vite bind: cold vite cache (first app) | 6714 | bound |
| 6 | vite bind: warm shared cache (subsequent) | 672 | bound |
| 7 | build-time: tar node_modules to archive (CI, not user) | 6809 | 26MB archive |