Files
pbakaus_impeccable/site/data/live-framework-results.ts
T
Paul Bakaus 02b1040280 Add Live performance lab and benchmarks
Measure framework and provider latency, enforce fidelity and cleanup gates, and publish reproducible results on the dev-only Live Lab.\n\nAI-assisted: OpenAI Codex.
2026-07-12 17:55:10 -07:00

30 lines
620 B
TypeScript

export const liveFrameworkResults = [
{
framework: 'Vite + React',
runs: 5,
acceptMedianMs: 1,
acceptP95Ms: 2.8,
nextPickupMedianMs: 48,
nextPickupP95Ms: 50.6,
status: 'Progressive E2E proven',
},
{
framework: 'SvelteKit',
runs: 5,
acceptMedianMs: 2,
acceptP95Ms: 2,
nextPickupMedianMs: 315,
nextPickupP95Ms: 342,
status: 'Progressive E2E proven',
},
{
framework: 'Nuxt 4 + Vue 3',
runs: 1,
acceptMedianMs: 143,
acceptP95Ms: 143,
nextPickupMedianMs: 116,
nextPickupP95Ms: 116,
status: 'Core + progressive E2E proven',
},
];