import { getModels } from "@/utils/db" import Link from "next/link" export default async function About() { const models = await getModels() const count = models.length return ( <>

"When a measure becomes a target, it ceases to be a good measure."

How this works:


Comments on rubrics:


Notes

Edit: as this got popular, I added an email form to receive notifications for future benchmark results:


(no spam, max 1 email per month)
) }