mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 23:26:39 +03:00
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.
18 lines
331 B
TypeScript
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,
|
|
},
|
|
};
|