MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / BenchRun

Interface BenchRun

packages/bench/src/types.ts:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162export interface BenchRun {
163 meta: BenchMeta;
164 invocation: BenchInvocation;
165 results: BenchResult[];
166}
167
168// ── Scenario Interface ─────────────────────────────────────────────
169

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected