mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 15:16:35 +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.
15 lines
263 B
TypeScript
15 lines
263 B
TypeScript
export const liveInitResult = {
|
|
generatedAt: '2026-07-11T19:39:09-07:00',
|
|
fixture: 'vite8-react-plain',
|
|
runs: 10,
|
|
baselineColdMedianMs: 327.25,
|
|
cold: {
|
|
medianMs: 153.03,
|
|
p95Ms: 155.74,
|
|
},
|
|
warm: {
|
|
medianMs: 72.8,
|
|
p95Ms: 75.4,
|
|
},
|
|
};
|