-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI][Bench] Use new version of bench dashboard #1212
[CI][Bench] Use new version of bench dashboard #1212
Conversation
to compare - UR's: |
4e7543a
to
7a26685
Compare
# | ||
# 20.03.2025 | ||
# branch: unify-benchmark-ci | ||
ref: cae7049c78c697b3ac94f931716d9efb53addcd8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a few updates today, so you could update if you want.
@@ -38,7 +34,7 @@ jobs: | |||
# Workspace on self-hosted runners is not cleaned automatically. | |||
# We have to delete the files created outside of using actions. | |||
- name: Cleanup self-hosted workspace | |||
if: always() | |||
if: false | |||
run: | | |||
ls -la ./ | |||
rm -rf ./* || true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for information purposes: It obviously will not delete hidden files (if exists) like ls -la ./
suggests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is necessary at all ;) I removed in from the UR workflow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
incl. using new format of data (stored on 'benchmark-results' branch).
7a26685
to
2eeb9a6
Compare
incl. using new format of data (stored on 'benchmark-results' branch).
Checklist
// Preview:
Job passed: https://github.com/oneapi-src/unified-memory-framework/actions/runs/13971793856/job/39115241536
New dashboard: https://oneapi-src.github.io/unified-memory-framework/performance/?notes=true&unstable=false
Results: https://github.com/oneapi-src/unified-memory-framework/tree/benchmark-results