mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-16 08:06:24 +03:00
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:
@@ -23,6 +23,9 @@ const METRIC_KEYS = [
|
||||
'workerFirstValidationToReviewableMs',
|
||||
'workerRemainingGenerationToReadyMs',
|
||||
'workerRemainingValidationToReadyMs',
|
||||
'acceptToResetMs',
|
||||
'acceptToNextGoDispatchMs',
|
||||
'acceptToNextFirstVariantMs',
|
||||
];
|
||||
|
||||
export function createTraceRecorder(now = () => performance.now()) {
|
||||
|
||||
Reference in New Issue
Block a user