Skip to content

Commit

Permalink
Update benchmark.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Jan 2, 2025
1 parent b832325 commit c8a86b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
channel: stable
cache-target: release

- name: Clean Previous Benchmark Data
run: |
if [ -d ./target/criterion ]; then
rm -rf ./target/criterion
fi
- name: Cache Benchmark Data
uses: actions/cache@v3
id: cache-bench
Expand Down

0 comments on commit c8a86b1

Please sign in to comment.