import { Navbar } from "@/components/Navbar"; import { Footer } from "@/components/Footer"; import { BenchmarkContent } from "@/components/benchmarks/BenchmarkContent"; export default function BenchmarksPage() { return (
📊 Performance

Benchmarks

Run batch evaluations on 10 science questions from the ingested Wikipedia corpus. Compare token usage, F1 score, and cost across all 3 pipelines.

); }