| 16 | } |
| 17 | |
| 18 | interface BenchmarkResult { |
| 19 | dataset: Dataset |
| 20 | formats: FormatMetrics[] |
| 21 | } |
| 22 | |
| 23 | // Constants |
| 24 | const DATASET_ICONS: Record<string, string> = { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…