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

Update to criterion 0.5 #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 1, 2024

  1. Update to criterion 0.5

    Port to the current release of the `criterion` benchmark harness
    to address `cargo audit` warnings about transitive dependencies.
    The `benchmark_function_with_inputs` API has been deprecated
    since 0.3 and is removed in 0.4 and most benchmarks must
    therefore be ported to the new `BenchmarkGroup` type.
    
    Resolves
    - https://rustsec.org/advisories/RUSTSEC-2021-0127
    - https://rustsec.org/advisories/RUSTSEC-2021-0145
    rillian committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8b02f42 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Run `cargo fmt` to regularize new changes, per github actions gate.
    rillian committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6d04d41 View commit details
    Browse the repository at this point in the history