| Name | Type | Description |
| raw | Table | Original CSV data |
| runs | Table | Individual successful runs |
| failed | Table | Failed runs (return_code !== 0) |
| benchmarks | Table | Per-engine, per-benchmark scores |
| scores | Table | Pivoted: engine × benchmark scores |
| runtimes | Table | Pivoted: engine × benchmark times (seconds) |
| engineScores | Table | Total score per engine |
| engines | Array | Engine names (ordered by score) |
| benchmarkNames | Array | Benchmark names (sorted) |
| meta | Object | { numEngines, numBenchmarks, numRuns } |
| aq | Global | Arquero library |
| op | Global | Arquero operators |