ci: update tests, JuliaFormatter v2#706
Merged
Merged
Conversation
- in performance_tests, print allocations if they exceed the threshold (usually 0) - update to JuliaFormatter v2
Member
Author
|
This change is part of the following stack: Change managed by git-spice. |
This was referenced Mar 18, 2026
trontrytel
approved these changes
Mar 18, 2026
a1980a3 to
8607ef0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## aj/julia_v12 #706 +/- ##
===============================================
Coverage ? 94.98%
===============================================
Files ? 53
Lines ? 2371
Branches ? 0
===============================================
Hits ? 2252
Misses ? 119
Partials ? 0
🚀 New features to boost your workflow:
|
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.
This pull request introduces improvements to the performance testing suite, focusing on enhanced allocation profiling and minor test threshold adjustments. It also updates the JuliaFormatter workflow to use a newer version and adds a missing dependency. The most important changes are grouped below:
Performance Testing Enhancements:
Profile.Allocsinbench_pressto provide detailed diagnostics when allocation limits are exceeded, including stacktraces and summaries of the largest allocations. This will help identify and address performance regressions more effectively. [1] [2]P3.integratefrom 3,000 to 3,300, and forCMN.conv_q_vap_to_q_lcl_icl_MM2015from 70 to 75. [1] [2]Dependency and Workflow Updates:
Profilepackage totest/Project.tomlto ensure allocation profiling tools are available during testing.