Skip to content
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

Memory allocation tests now check upper bounds #355

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Memory allocation tests now check upper bounds #355

merged 1 commit into from
Oct 31, 2024

Conversation

Alexsp32
Copy link
Member

Another temporary permanent fix for #354. Allocation counting tests now fail if a certain maximum threshold is exceeded. This will still capture significant performance degradation without causing issues every time default Julia modules change.

@Alexsp32 Alexsp32 requested a review from Nhertl October 31, 2024 09:31
@Alexsp32 Alexsp32 linked an issue Oct 31, 2024 that may be closed by this pull request
@Alexsp32 Alexsp32 requested a review from Snowd1n October 31, 2024 14:21
@Snowd1n
Copy link

Snowd1n commented Oct 31, 2024

Looks good to me. Finally some tests might actually pass haha

Copy link

@Snowd1n Snowd1n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@Alexsp32 Alexsp32 merged commit 0fa00c1 into main Oct 31, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allocation-based unit tests for Julia v.1.11
2 participants