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 >5s quick mode crash, resolve #658 #685

Merged
merged 2 commits into from May 26, 2023

Commits on May 25, 2023

  1. fix >5s quick mode crash, resolve bheisler#658

    When using quick mode without "--noplot", any benchmark running over 5 seconds will lead to a crash.
    This commit fixes this problem by adding a very small amount (that will not be reported due to rounding) in order to work around the gnuplot crash.
    See <bheisler#658>.
    KonradHoeffner committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d867451 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Update CHANGELOG.md

    KonradHoeffner committed May 26, 2023
    Configuration menu
    Copy the full SHA
    23c61b8 View commit details
    Browse the repository at this point in the history