MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / BenchmarkResult

Interface BenchmarkResult

benchmark/simple-benchmark.ts:170–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170interface BenchmarkResult {
171 success: boolean;
172 inputTokens: number;
173 outputTokens: number;
174 imageTokens: number;
175 totalCostUsd: number;
176 durationMs: number;
177 numTurns: number;
178 toolUsage: ToolUsage;
179}
180
181interface BenchmarkOptions {
182 task: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected