interface BenchmarkResult {
    scale: number;
    unit: string;
    time: number;
    deviation: number;
}
export type { BenchmarkResult };
