Add Benchmarks (#5694)

This commit is contained in:
Connor Fitzgerald
2024-05-16 09:05:41 -04:00
committed by GitHub
parent 3a798859cd
commit eeb1a9d7b7
25 changed files with 1674 additions and 380 deletions

View File

@@ -226,7 +226,7 @@ jobs:
cargo clippy --target ${{ matrix.target }} --no-default-features
# Check with all features.
cargo clippy --target ${{ matrix.target }} --tests --all-features
cargo clippy --target ${{ matrix.target }} --tests --benches --all-features
# build docs
cargo +${{ env.DOCS_RUST_VERSION }} doc --target ${{ matrix.target }} --all-features --no-deps