()
| 13 | }); |
| 14 | |
| 15 | function test() { |
| 16 | performance.mark('a'); |
| 17 | performance.mark('b'); |
| 18 | performance.measure('a to b', 'a', 'b'); |
| 19 | } |
| 20 | |
| 21 | function main({ n, observe }) { |
| 22 | const entryTypes = observe === 'all' ? |
no test coverage detected
searching dependent graphs…