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

Function getResult

benchmark/helpers.ts:396–406  ·  view source on GitHub ↗
(approach: string)

Source from the content-addressed store, hash-verified

394 },
395
396 getResult(approach: string): BenchmarkResult {
397 return {
398 approach,
399 totalInputTokens,
400 totalOutputTokens,
401 totalTokens: totalInputTokens + totalOutputTokens,
402 imageTokens: imageTokensTotal,
403 screenshotsTaken: screenshotCount,
404 toolCallCount: toolCallCount > 0 ? toolCallCount : undefined,
405 };
406 },
407 };
408}
409

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected