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

Don't crash when benchmark contains unknown metric #2985

Merged

Commits on Jan 26, 2024

  1. Don't crash when benchmark contains unknown metric

    Previously, the code assumed that all metrics of the benchmark results
    would be 'declared' in the "metrics" key of the parser output. This
    commit ensures that if a parser emits a benchmark containing a metric
    that hasn't been declared in the "metrics" key, that result is ignored
    and benchcomp does not crash.
    karkhaz committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1b21da4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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