(MOT-4277) feat(harness): expand benchmark execution insights - #644
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (24)
📝 WalkthroughWalkthroughThe PR adds versioned E2E scenario contracts, publishes scenario-level efficiency metrics, and introduces efficiency and scenario-history views. Execution details now provide filterable transcript dialogs, while dashboard markup, styling, fixtures, tests, and documentation are updated. ChangesScenario metrics and reporting
Dashboard views
Estimated code review effort: 5 (Critical) | ~120 minutes Sequence Diagram(s)sequenceDiagram
participant Overview
participant ExecutionData
participant DetailEndpoint
participant ScenarioHistoryDialog
Overview->>DetailEndpoint: fetch execution detail
DetailEndpoint-->>Overview: scenario runs and totals
Overview->>ExecutionData: buildEfficiencyOverview(executions)
ExecutionData-->>Overview: baselines, deltas, and trends
Overview->>ScenarioHistoryDialog: render scenario history
Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
skill-check — worker0 verified, 50 skipped (no docs/).
Four for four. Nicely done. |
Summary
Why
The benchmark dashboard should make harness efficiency changes visible without treating scenario churn or failed outcomes as improvements. Reviewers can now move from the suite overview to one scenario history and then to the complete execution evidence.
Validation
Fixes MOT-4277
Summary by CodeRabbit