MCPcopy Create free account
hub / github.com/modem-dev/hunk / runResult

Function runResult

scripts/compare-release-benchmarks.test.ts:40–48  ·  view source on GitHub ↗
(results: BenchmarkMetricResult[])

Source from the content-addressed store, hash-verified

38}
39
40function runResult(results: BenchmarkMetricResult[]): BenchmarkRunResult {
41 return {
42 version: 1,
43 generatedAt: "2026-06-13T00:00:00.000Z",
44 gitSha: "abc1234",
45 samplesPerBenchmark: 3,
46 results,
47 };
48}
49
50afterEach(() => {
51 if (tempRoot) {

Calls

no outgoing calls

Tested by

no test coverage detected