tinybench - v6.0.0-rc.1
    Preparing search index...

    Variable nowConst

    now: () => number = ...

    Returns the current timestamp in milliseconds using performance.now().

    Type Declaration

      • (): number
      • The performance.now() method returns a high resolution timestamp in milliseconds.

        MDN Reference

        Returns number

    the current timestamp in milliseconds