(val)
| 11 | const timesToRun = 10; |
| 12 | |
| 13 | function wait(val) { |
| 14 | return new Promise(resolve => setTimeout(resolve, val)); |
| 15 | } |
| 16 | |
| 17 | async function runScenario(benchmark, chrome) { |
| 18 | const port = chrome.port; |
no outgoing calls
no test coverage detected