Use file level ExperimentalTime opt-in in tests.
Add measureTime docs
It uses either process.hrtime() in node.js or performance.now() in browser, falling back to Date.now() if the latter is not available