cargo-criterion icon indicating copy to clipboard operation
cargo-criterion copied to clipboard

Allow to run compiled benchmarks

Open MasterEnoc opened this issue 2 years ago • 0 comments

Currently there is no way to run benchmarks without Cargo, which is awful since there is no way to benchmark binaries for projects that do not use Cargo This new flag allows to run and bench compiled binaries (linked to the criterion crate).

P.S. With "compiled binaries" I mean criterion benchmarks compiled using rustc and linked with the criterion crate.

MasterEnoc avatar Jun 18 '22 02:06 MasterEnoc