Add a JAX regression test workflow to track changes over time#3185
Open
BSnelling wants to merge 6 commits into
Open
Add a JAX regression test workflow to track changes over time#3185BSnelling wants to merge 6 commits into
BSnelling wants to merge 6 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3185 +/- ##
==========================================
- Coverage 78.03% 77.40% -0.64%
==========================================
Files 317 317
Lines 20903 20903
Branches 1484 1484
==========================================
- Hits 16312 16180 -132
- Misses 4583 4715 +132
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
dc10e29 to
502a046
Compare
FFroehlich
approved these changes
Jun 17, 2026
FFroehlich
left a comment
Member
There was a problem hiding this comment.
👍 I would be very interested in seeing results for bigger models and across jax versions, but let’s keep that for separate PRs
| name: JAX Performance Regression | ||
|
|
||
| on: | ||
| schedule: |
Member
There was a problem hiding this comment.
Lets also run this on PRs otherwise this can easily break e.g. when jax api version changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The workflow runs several representative test cases using JAX implementations and records performance metrics:
The workflow is scheduled to run weekly and the metrics are uploaded in json format as a workflow artefact. The intention is that these metrics will highlight if we see performance regressions in AMICI due to either src changes here or dependency updates.
Example metrics json file: https://github.com/AMICI-dev/AMICI/actions/runs/27679856537/artifacts/7691644836