Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Add criterion integration for benchmarks #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 22, 2023

  1. Add criterion integration for benchmarks

    There is a bit of ugliness to allow passing arguments through to
    criterion without issues, in that we must explicitly put `bench = false`
    in all of the Cargo.toml files for the crates in the workspace. It's
    something that is being looked at upstream.
    
    See:
    - https://github.com/bheisler/criterion.rs
    - https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
    - rust-lang/rust#47241
    elasticdog committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f754304 View commit details
    Browse the repository at this point in the history