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

Increase precision of test case duration measurements. #1793

Merged
merged 10 commits into from
Sep 8, 2021

Commits on Sep 1, 2021

  1. Use higher definition clock for test case run time measurement

    I noticed that fast tests always reported 0 as the duration, after some
    debugging I noticed that we were not using the most accurate clock, so I
    changed it for `performance.now` from perf hooks
    https://nodejs.org/api/perf_hooks.html#perf_hooks_performance_now
    As a side effect, that seems to be a monotonic clock, making the
    measurements not affected by leap seconds
    joac committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7c16400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008aa0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da8dce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a4fc7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2be6546 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Update CHANGELOG.md

    Co-authored-by: Aurélien Reeves <aurelien.reeves@smartbear.com>
    joac and aurelien-reeves authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    824e90a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    370ffbe View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    e65c7bd View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    dfcf587 View commit details
    Browse the repository at this point in the history
  2. Fix usage formatter test

    joac committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    96ce2fd View commit details
    Browse the repository at this point in the history