import { BenchmarkTable } from "../components/benchmark/table/BenchmarkTable"; import { BenchmarkData } from "../types"; interface HomeProps { benchmarkData: BenchmarkData | null; } function Home({ benchmarkData }: HomeProps) { return (
Comparing integer array compression algorithms