Perf prover stats updates - #14
Merged
Merged
Conversation
Pulls are scoped per space via ?space=. Ack outcomes are stable wire tokens from SkipReason::as_outcome, so a registry can tell a terminal refusal from a retryable one.
Certificate build went from 9,160ms to 0.9ms each.
prove_fold_inner accepted a ProgressSink and dropped it, so the fold half of every job reported nothing.
Names started at index 0 every time, so against an existing space every name collided and was skipped silently. The response also reported the number generated rather than the number added.
Segment proving is phase 1. Lift/join/resolve is phase 2 and has no SessionEvents hook, so it is reported as indeterminate rather than as a finished phase 1 — on a measured proof it was 28.1s of 38.8s. ETAs now extrapolate from segment completions rather than current elapsed, which had made "remaining" equal "elapsed" and climb. The progress clock also stops when a job ends, and a cancelled job that then errors stays cancelled.
Calibration blocks the listener, including /health, which is billed on every cold start of a short-lived pod. BREAKING: --no-calibrate is replaced by --calibrate, and PROVER_NO_CALIBRATE by PROVER_CALIBRATE.
Progress is now a panel of stat tiles rather than dim 11px lines, and a custom prover's extra fields render in the same grid.
buffrr
force-pushed
the
perf-prover-stats-updates
branch
from
August 5, 2026 09:40
6cae777 to
dbedcdc
Compare
Member
Author
This was referenced Aug 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.