()
| 108 | } |
| 109 | |
| 110 | function usage(): void { |
| 111 | console.error("Usage: bun run scripts/analysis.ts <benchmark-file.json>"); |
| 112 | console.error(""); |
| 113 | console.error( |
| 114 | "Generates an AI-powered comparison of agent/model performance.", |
| 115 | ); |
| 116 | } |
| 117 | |
| 118 | async function main(): Promise<void> { |
| 119 | const args = process.argv.slice(2); |