(results: BenchmarkMetricResult[])
| 38 | } |
| 39 | |
| 40 | function 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 | |
| 50 | afterEach(() => { |
| 51 | if (tempRoot) { |
no outgoing calls
no test coverage detected