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 a6642e8 commit b832325
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Rust (Nightly)
- uses: dtolnay/rust-toolchain@master
- name: Setup Rust
uses: moonrepo/setup-rust@v0
with:
toolchain: nightly-2024-12-17
channel: stable
cache-target: release

- name: Cache Benchmark Data
uses: actions/cache@v3
Expand All @@ -35,7 +36,7 @@ jobs:
${{ runner.os }}-bench-
- name: Run Benchmarks
run: cargo +nightly-2024-12-17 bench --bench tensor_ops
run: cargo bench --bench tensor_ops

- name: Process Benchmark Results
uses: joshua-auchincloss/criterion-pages@v1
Expand Down

0 comments on commit b832325

Please sign in to comment.