feat(evals): inline measured 2026-09-11 results across the evals pages - #89
Open
devin-ai-integration[bot] wants to merge 4 commits into
Open
feat(evals): inline measured 2026-09-11 results across the evals pages#89devin-ai-integration[bot] wants to merge 4 commits into
devin-ai-integration[bot] wants to merge 4 commits into
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
Original prompt from Eric
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Author
|
Browser-tested the measured-results page locally (recorded run).
|
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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
Copies both 2026-09-11 artifact bundles (perps/predictions + spot comparison) byte-for-byte under
apps/evals/src/results/2026-09-11/and shows the measured numbers inline on the existing pages — no new route. Measured rows/panels are always labelledMeasuredand never mixed into illustrative aggregates.Data boundary —
apps/evals/src/measured.tsnormalizes both JSONs into twoMeasuredModels (gpt-5-5: Spot;gpt-5-6-sol: Spot + Perps + Predictions):Spot per-case rows are derived from the exported per-attempt verdicts (the spot report has no per-case aggregate); spot
failed = total - passed.Per page
—(not in the artifacts — tokens are the only cost proxy); p50 fromlatencyMs; Tasks = run total. Rank cell is—and illustrative ranks are computed among illustrative rows only. Measured rows sort bypassRateSortKey, appear in the latency scatter, and are excluded from the cost scatter.#/models/gpt-5-5and#/models/gpt-5-6-solrender a measured profile: per-family counts, p50/p95, tokens, dimension breakdown, per-case verdicts, run ids/commits/timeout, PR Fix native OMP eval catalog compatibility and tool evidence #85 link, aborted predictions run + limitations. No ± bands/histograms or compare flow (no measured uncertainty exists).Measured casespanel under the fixture comparison — Spot shows the 4 case prompts with a model × repetition verdict matrix and failure categories; Perps/Predictions show per-case results/notes. No tool-call bodies or transcripts (those were only in the excluded.jsonl).vite.config.tsfmt ignore coversapps/evals/src/results/**so the artifacts stay byte-identical.Verified locally: typecheck, vitest (10 tests), fmt, lint
--deny-warnings, build.Link to Devin session: https://app.devin.ai/sessions/9924c1a614b94139a2fda346027389e0
Open in Devin Desktop: https://app.devin.ai/desktop/session/9924c1a614b94139a2fda346027389e0?variant=devin
Requested by: @ericjuta