MCPcopy
hub / github.com/jaredwray/keyv / BenchmarkResult

Interface BenchmarkResult

storage/sqlite/benchmark/utils.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface BenchmarkResult {
17 benchName: string;
18 tasks: TaskData[];
19}
20
21export function extractResults(bench: Bench): BenchmarkResult {
22 const tasks: TaskData[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…