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

Remove unused assert toggling #106

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Remove unused assert toggling #106

merged 1 commit into from
Nov 20, 2024

Conversation

fredrikekre
Copy link
Owner

Running testsuite without asserts takes roughly 150% or the time to
run it with asserts, probably because the compiler is helped by some
of the checks. The toggling is unused anyway, so delete it.

Running testsuite *without* asserts takes roughly 150% or the time to
run it *with* asserts, probably because the compiler is helped by some
of the checks. The toggling is unused anyway, so delete it.
Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.91%. Comparing base (6eeb397) to head (6a31f28).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
+ Coverage   93.68%   93.91%   +0.23%     
==========================================
  Files           9        8       -1     
  Lines        3577     3568       -9     
==========================================
  Hits         3351     3351              
+ Misses        226      217       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@fredrikekre fredrikekre merged commit 3fea042 into master Nov 20, 2024
10 checks passed
@fredrikekre fredrikekre deleted the fe/errortoggle branch November 20, 2024 13:35
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.

1 participant