(timeMs)
| 221 | } |
| 222 | |
| 223 | function sleep(timeMs) { |
| 224 | return new Promise(resolve => setTimeout(resolve, timeMs)); |
| 225 | } |
| 226 | |
| 227 | /** |
| 228 | * Gets the benchmark result of a singular browser-device pairing. |
no outgoing calls
no test coverage detected
searching dependent graphs…