The "quick" option doesn't seem to be recognized.
I am using v0.8.1 of criterion.rs on Linux.
cargo bench -- --quick
Finished `bench` profile [optimized] target(s) in 0.09s
Running unittests src/lib.rs (target/release/deps/ipc_channel_mux-8fa2a821a0d51a90)
error: Unrecognized option: 'quick'
error: bench failed, to rerun pass `--lib`
cargo --version
cargo 1.91.1 (ea2d97820 2025-10-10)
Adding the following to cargo.toml as per the FAQ does not solve the problem:
The "quick" option doesn't seem to be recognized.
I am using v0.8.1 of criterion.rs on Linux.
Adding the following to
cargo.tomlas per the FAQ does not solve the problem: