Skip to content

Commit e2c710e

Browse files
committed
1 parent 5c5a516 commit e2c710e

1 file changed

Lines changed: 3 additions & 22 deletions

File tree

src/app/page.tsx

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Link from "next/link";
2-
import { Leaderboard } from "@/components/Leaderboard";
2+
import { DomainDivergingBars } from "@/components/DomainDivergingBars";
33
import { BenchmarkDomains } from "@/components/BenchmarkDomains";
44
import { 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 &rarr;
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 />

0 commit comments

Comments
 (0)