MCPcopy Create free account
hub / github.com/AI45Lab/Code / r

Function r

sdk/node/ptc_soak.mjs:88–88  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

86const med = times[Math.floor(times.length / 2)] || 0;
87const min = times[0] || 0, max = times[times.length - 1] || 0;
88const r = (x) => (base.progMs ? (x / base.progMs).toFixed(2) : 'n/a');
89console.log(`\nSUMMARY`);
90console.log(` pass: ${good.length}/${SOAK} (program ran parallel_task ok + all 3 results)`);
91console.log(` crashes/errors/hangs: ${rows.filter((x) => x.throw || x.errorSeen).length}`);

Callers 1

ptc_soak.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected