Files
pbakaus_impeccable/site/data/live-control-result.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

18 lines
331 B
TypeScript

export const liveControlResult = {
generatedAt: '2026-07-12T03:17:04.109Z',
fixture: 'vite8-react-plain',
runs: 5,
acceptToPicking: {
medianMs: 1,
p95Ms: 2.8,
},
nextGoToPickup: {
medianMs: 48,
p95Ms: 50.6,
},
automation: {
acceptToPickingMedianMs: 266,
nextGoToPickupMedianMs: 864,
},
};