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

Interface BenchmarkResult

benchmark/multi-step-benchmark.ts:110–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110interface BenchmarkResult {
111 success: boolean;
112 inputTokens: number;
113 outputTokens: number;
114 imageTokens: number;
115 totalCostUsd: number;
116 durationMs: number;
117 numTurns: number;
118 toolUsage: ToolUsage;
119}
120
121interface BenchmarkOptions {
122 task: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected