Skip to content

Commit

Permalink
cargo codspeed does not have --all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 11, 2024
1 parent 9457ba1 commit 135bfd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
run: cargo install cargo-codspeed

- name: Build the benchmark target(s)
run: cargo codspeed build --all-features
run: cargo codspeed build --features tfidf,textrank

- name: Run the benchmarks
uses: CodSpeedHQ/action@v2
with:
run: cargo codspeed run --all-features
run: cargo codspeed run --features tfidf,textrank
token: ${{ secrets.CODSPEED_TOKEN }}

0 comments on commit 135bfd1

Please sign in to comment.