Measure Accept-to-next-generation latency

Exercise accepting the first progressive variant, immediately preparing another task, and receiving its first result through the independent Codex worker.\n\nAI-assisted: OpenAI Codex.
This commit is contained in:
Paul Bakaus
2026-07-12 20:55:00 -07:00
parent 10183bd91c
commit 46d4fc4877
2 changed files with 44 additions and 7 deletions
+3
View File
@@ -23,6 +23,9 @@ const METRIC_KEYS = [
'workerFirstValidationToReviewableMs',
'workerRemainingGenerationToReadyMs',
'workerRemainingValidationToReadyMs',
'acceptToResetMs',
'acceptToNextGoDispatchMs',
'acceptToNextFirstVariantMs',
];
export function createTraceRecorder(now = () => performance.now()) {