mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 15:19:25 +00:00
Update benchmark report naming to include commit SHA for better traceability
This commit is contained in:
2
.github/workflows/run-benchmarks.yml
vendored
2
.github/workflows/run-benchmarks.yml
vendored
@@ -25,5 +25,5 @@ jobs:
|
|||||||
- name: Upload benchmark reports
|
- name: Upload benchmark reports
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: benchmark-reports
|
name: benchmark-reports-${{ github.sha }}
|
||||||
path: ./target/criterion/
|
path: ./target/criterion/
|
||||||
|
Reference in New Issue
Block a user