Skip to content

Commit

Permalink
Merge pull request #146 from epage/bench
Browse files Browse the repository at this point in the history
perf: Offer 'simd' feature for faster folding
  • Loading branch information
Muscraft authored Sep 9, 2024
2 parents 30a86f5 + e8ce092 commit babde1c
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 337 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@cargo-hack
- name: Default features
run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --all-targets
run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --lib --bins
lockfile:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit babde1c

Please sign in to comment.