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 2892134 commit 63cb15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run benchmark
run: |
cargo bench --bench tensor_add -- --output-format csv > benchmark_result.csv
cargo bench --bench tensor_ops -- --output-format csv > benchmark_result.csv
- name: Download previous benchmark data
uses: actions/cache@v4
Expand All @@ -55,7 +55,7 @@ jobs:
summary-always: true

- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/stwo-backend' # Deploy only on your working branch
if: github.ref == 'refs/heads/stwo-backend'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 63cb15b

Please sign in to comment.