refactor: Eval — consolidate 6 benchmark tabs into Benchmark + Compare views #51
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Current BenchmarkView has 6 sub-tabs (Classifier, Compare, LlmEval, Style, Voice, PlansBench) with duplicated UI patterns. Consolidate into two clean views that route all benchmarks through cf-orch.
Work
BenchmarkView.vue(at/eval/benchmark) — unified benchmark runner:bench_tasks.yaml)CompareView.vue(at/eval/compare) — side-by-side output comparison:Acceptance
Shipped in the Apr 19–May 4 sprint. CompareView extracted from BenchmarkView to /eval/compare.