| 160 | } |
| 161 | |
| 162 | export interface BenchRun { |
| 163 | meta: BenchMeta; |
| 164 | invocation: BenchInvocation; |
| 165 | results: BenchResult[]; |
| 166 | } |
| 167 | |
| 168 | // ── Scenario Interface ───────────────────────────────────────────── |
| 169 |
nothing calls this directly
no outgoing calls
no test coverage detected