-
Notifications
You must be signed in to change notification settings - Fork 242
Add a performance benchmark pipeline #4375
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
Conversation
I convert this PR to ready to review just to see if GHA starts, however, it is not really ready to review |
…anigans.jl into ss/performance-github-action
.github/workflows/benchmarks.yml
Outdated
with: | ||
version: ${{ matrix.version }} | ||
arch: ${{ matrix.arch }} | ||
- uses: actions/cache@v4 |
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.
Better to use the cache-julia
step.
Just as a test, I have added here a |
Co-authored-by: Gregory L. Wagner <wagner.greg@gmail.com>
Which can be triggered on PRs by adding the
benchmark performance
label.These tests at the moment run on Tartarus GPU number 1. We probably need a better GPU / a GPU we know is free to perform these tests.