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 problems caused by NaNs #16

Merged
merged 2 commits into from
Dec 14, 2021
Merged

Fix problems caused by NaNs #16

merged 2 commits into from
Dec 14, 2021

Commits on Dec 14, 2021

  1. Allow importing reports with 0 requests or missing errors

    Some benchmarks like the empty benchmark may do
    no requests at all. Or the number of samples may be too low to
    compute error intervals. This leads to division by 0 and
    NaN in some statistics. This commit makes latte not reject
    such reports.
    pkolaczk committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    07d65f7 View commit details
    Browse the repository at this point in the history
  2. Bump up version to 0.13.1

    pkolaczk committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    45a6b15 View commit details
    Browse the repository at this point in the history