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

Interface TaskData

storage/sqlite/benchmark/utils.ts:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import type { Bench } from "tinybench";
7
8export interface TaskData {
9 name: string;
10 opsPerSecond: number;
11 meanTime: number;
12 margin: number;
13 samples: number;
14}
15
16export interface BenchmarkResult {
17 benchName: string;

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…