File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import Link from "next/link" ;
2- import { Leaderboard } from "@/components/Leaderboard " ;
2+ import { DomainDivergingBars } from "@/components/DomainDivergingBars " ;
33import { BenchmarkDomains } from "@/components/BenchmarkDomains" ;
44import { SkillMethods } from "@/components/SkillMethods" ;
55
@@ -83,27 +83,8 @@ export default function Home() {
8383 </ div >
8484 </ section >
8585
86- { /* Results */ }
87- < section id = "results" className = "mx-auto max-w-6xl px-6 py-16" >
88- < div className = "flex items-center justify-between mb-8" >
89- < div >
90- < p className = "font-mono text-sm text-muted-foreground mb-2 tracking-wider" >
91- 02 — RESULTS
92- </ p >
93- < h2 className = "text-2xl font-bold" > Agent Performance</ h2 >
94- < p className = "text-sm text-muted-foreground mt-1" >
95- Partial results shown below. More agents, domains, and methods coming soon.
96- </ p >
97- </ div >
98- < Link
99- href = "/leaderboard"
100- className = "text-sm text-muted-foreground hover:text-foreground transition-colors"
101- >
102- View all →
103- </ Link >
104- </ div >
105- < Leaderboard compact />
106- </ section >
86+ { /* Results — per-configuration diverging bars with filters */ }
87+ < DomainDivergingBars />
10788
10889 { /* Benchmark Domains */ }
10990 < BenchmarkDomains />
You can’t perform that action at this time.
0 commit comments