Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fi

- name: Upload New Benchmark Result
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: benchmark-baseline
path: benchmark_result.json
Expand All @@ -68,7 +68,7 @@ jobs:
cargo bench -- --baseline main

- name: Upload results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: benchmark-results
path: rust/target/criterion/
Loading