Skip to content

Commit

Permalink
Merge pull request #262 from alloy-rs/dani/benches
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich authored Jul 18, 2023
2 parents 35167fb + c0c79ee commit 91fa294
Show file tree
Hide file tree
Showing 48 changed files with 871 additions and 975 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[alias]
criterion = "bench --bench=criterion --features=bench"

# This enables KaTex in docs, but requires running `cargo doc --no-deps`.
[build]
rustdocflags = "--html-in-header .cargo/katex-header.html"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov
- name: Build with code coverage
run: |
cargo llvm-cov --no-report --locked --workspace --all-features --all-targets -- --help
cargo llvm-cov --no-report --locked --workspace --all-features --doc -- --help
cargo llvm-cov --no-report --locked --workspace --all-features --all-targets
cargo llvm-cov --no-report --locked --workspace --all-features --doc
- name: Generate code coverage
env:
# Covered tests are slower, so reduce the test load. (We also shouldn't
Expand Down
152 changes: 83 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 91fa294

Please sign in to comment.