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

Change the format of output produced by --progress #5341

Merged
merged 3 commits into from
Apr 23, 2024

Commits on Apr 19, 2024

  1. Change the format of output produced by --progress

    The previous implementation had two issues:
    * It displayed only the milliseconds portion of the duration, so would
      be incorrect for any verification lasting longer than a second.
    * The use of exponential notation for resource count made it more
      difficult to compare values, and impossible to identify small
      differences.
    
    This also changes the overall format of the message slightly.
    atomb committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3bff5a9 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    atomb committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d04d106 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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