feat(web): improve compare flows and research exploration - #65
Merged
Conversation
- Carry index filters through model/preset compare pages and APIs - Add L/R compare columns on leaderboard and preset tables - Link question hub matrix cells to run compare when 2+ runs exist - Add benchmark picker on outliers page and stale-index banners on insight pages Co-authored-by: Eamon Boyle <eamonboyle@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
eamonboyle
marked this pull request as ready for review
July 10, 2026 12:00
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.
Description
Four research-dashboard improvements grounded in existing compare/filter patterns:
/leaderboard/compareand/presets/comparenow carryq,model,preset,fast,from, andtothrough the UI, exports, and compare APIs so filtered leaderboard views compare apples-to-apples./runs/comparefor the two most recent runs in that model×preset cell.StaleIndexBannerwhen the analysis index is stale.Type of change
Checklist
Manual testing
/leaderboard?model=…then use L/R compare or Compare models — filters should persist on compare page and in exports./outliers— pick a benchmark from the dropdown; clear preserves other filters.pnpm analyze— stale banner should appear on insight pages.