Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clock off by a factor of 1000 in web browser #72

Merged
merged 1 commit into from
Jul 20, 2022

Commits on Jul 13, 2022

  1. Fix clock off by a factor of 1000 in web browser

    window.performance.now() return milliseconds. As Instant is in
    nanoseconds, it needs to be multiplied by 1.000.000 not 1.000.
    vargad committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    5ff76cf View commit details
    Browse the repository at this point in the history