MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / p

Function p

scripts/agent-eval/repro-daemon-clients.mjs:111–111  ·  view source on GitHub ↗
(q)

Source from the content-addressed store, hash-verified

109const lat = results.map((r) => r.ms).sort((a, b) => a - b);
110const timeouts = results.filter((r) => r.timedOut).length;
111const p = (q) => lat[Math.min(lat.length - 1, Math.floor(q * lat.length))];
112
113console.log('='.repeat(64));
114console.log(`HARNESS B (real daemon + ${N} proxies) repo=${repo}`);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected