nushell/crates/nu-system
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 Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
src Remove 🆖 comments (#7877) 2023-01-27 08:48:31 -05:00
.gitignore Add nu-system and rewrite ps command (#734) 2022-01-14 17:20:53 +11:00
Cargo.lock Bump to 0.70 (#6800) 2022-10-19 07:13:36 +13:00
Cargo.toml Disable auto-benchmark harness for crates (#8057) 2023-02-12 22:22:00 +00:00
LICENSE Nu glob (#4818) 2022-03-13 11:30:27 -07:00