nushell/crates/nu-term-grid
Stefan Holderbach 1cd70d7505
Disable auto-benchmark harness for crates (#8057)
# Description

This disables automatic detection of `#[bench]` and other benchmarks
within the crates. Our benchmarks should all live in `benches`

This fixes a problem with criterion flags and should also reduce the
build requirements for `cargo bench` a bit

Taken from https://github.com/nushell/nushell/pull/7952

See:
https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options


# User-Facing Changes

None
2023-02-12 22:22:00 +00:00
..
examples Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
src Fix typos by codespell (#7600) 2022-12-26 02:31:26 -05:00
.gitignore moved grid to it's own crate named nu-term-grid 2021-10-07 10:32:39 -05:00
Cargo.toml Disable auto-benchmark harness for crates (#8057) 2023-02-12 22:22:00 +00:00
LICENSE Update LICENSE 2022-04-08 21:53:29 +12:00