interface BenchmarkData {
    entries: Record<string, [BenchmarkElement]>;
    lastUpdate: number;
    repoUrl: string;
}

Properties

entries: Record<string, [BenchmarkElement]>
lastUpdate: number
repoUrl: string