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

Interface BenchInvocation

packages/bench/src/types.ts:144–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144export interface BenchInvocation {
145 suite: "all" | "terminal";
146 matchup: "none" | "rezi-opentui" | "rezi-opentui-bubbletea";
147 opentuiDriver: "react" | "core";
148 scenarioFilter: string | null;
149 frameworkFilter: Framework | null;
150 iterationsOverride: number | null;
151 warmupOverride: number | null;
152 quick: boolean;
153 ioMode: "stub" | "pty";
154 replicates: number;
155 discardFirstReplicate: boolean;
156 shuffleFrameworkOrder: boolean;
157 shuffleSeed: string;
158 envCheck: "off" | "warn" | "strict";
159 cpuAffinity: string | null;
160}
161
162export interface BenchRun {
163 meta: BenchMeta;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected