MCPcopy Create free account
hub / github.com/anomalyco/opencode-bench / usage

Function usage

scripts/analysis.ts:110–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108}
109
110function 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
118async function main(): Promise<void> {
119 const args = process.argv.slice(2);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected