Skip to content

Commit

Permalink
Fix cargo codspeed run
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 11, 2024
1 parent 8c596d4 commit 698bc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Run the benchmarks
uses: CodSpeedHQ/action@v2
with:
run: cargo codspeed run --features tfidf,textrank
run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }}

0 comments on commit 698bc86

Please sign in to comment.