export default async function measure(fn, now = () => Date.now()) {
  throw new Error('Not implemented');
}
Run tests to see results.