epic: finalize candidate generation and First Evaluation - #78
Merged
Conversation
* perf: batch candidate realization in Rust * test: classify normalization latency fixture
* bench: record native build metadata and preserve comparison runner * docs: publish First Evaluation release latency evidence * docs: remove generated report trailing whitespace * chore: remove invalid evaluation artifacts * bench: verify frozen evaluation artifacts
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.
Summary
Merge the completed candidate-generation latency epic into
main.This epic contains the Rust batch realization optimization, exact equivalence coverage, the retained First Evaluation comparison, optional reproducibility runners, and fail-closed benchmark provenance checks.
Runtime changes
_rust.build_info().Benchmark safeguards
The comparison runner refuses to start if:
It records the verified dataset, checkpoint, model, and imported native extension hashes in
run.json.First Evaluation
The retained report includes overall metrics, voice-agent-only domain metrics, entity-category metrics, warm-up timings, per-record latency, and Premove timing components.
The invalid development-build result set was removed from the repository. Only
eval/voice_agent_itn/results/first-evaluation/remains.Validation
uv run ruff check .cargo fmt --manifest-path rust/Cargo.toml --checkcargo test --manifest-path rust/Cargo.toml— 60 passeduv run pytest— 116 passeduv buildDocumentation
This PR is the epic promotion from
epic/candidate-generation-latencytomain.