MCPcopy
hub / github.com/rohitg00/agentmemory / RunConfig

Interface RunConfig

benchmark/load-100k.ts:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72interface RunConfig {
73 baseUrl: string;
74 Ns: number[];
75 Cs: number[];
76 opsPerCell: number;
77 seed: number;
78 outDir: string;
79 autoStart: boolean;
80}
81
82function parseIntList(raw: string | undefined, fallback: number[]): number[] {
83 if (!raw) return fallback;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected