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

Function sum

benchmark/helpers.ts:804–805  ·  view source on GitHub ↗
(key: keyof AgentBenchmarkResult)

Source from the content-addressed store, hash-verified

802 }
803
804 const sum = (key: keyof AgentBenchmarkResult) =>
805 results.reduce((acc, r) => acc + (r[key] as number), 0);
806
807 const totalToolUsage: Record<string, number> = {};
808 for (const result of results) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected