Skip to content

Unrecognized option: 'quick' #55

@glyn

Description

@glyn

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:

[lib]
bench = false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions