Skip to content

Commit

Permalink
chore: extract inline benches to a separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jul 17, 2023
1 parent 35167fb commit a2d9093
Show file tree
Hide file tree
Showing 48 changed files with 870 additions and 974 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"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- 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 --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 a2d9093

Please sign in to comment.