({ n, cli })
| 48 | } |
| 49 | |
| 50 | function main({ n, cli }) { |
| 51 | cli = path.resolve(__dirname, '../../', cli); |
| 52 | const warmup = 3; |
| 53 | const state = { n, finished: -warmup }; |
| 54 | spawnProcess(cli, bench, state); |
| 55 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…