Skip to content

v0.25.0 - #444

Merged
daveshanley merged 18 commits into
mainfrom
v0.25.0
Jul 31, 2025
Merged

v0.25.0#444
daveshanley merged 18 commits into
mainfrom
v0.25.0

Conversation

@daveshanley

Copy link
Copy Markdown
Member

The performance edition.

No breaking changes, no new features.

Just huge amounts of optimization.

Lower memory use, faster to run, less allocations. All good shit!

memory consumption and CPU should be much reduced.
After some heavy profiling, hashing is a major culprit of long running or large spec memory and allocation bloat. These changes improve error handling, nil handling and hashing performance.
Reduces a huge amount of memory use without the marshaling. Has a significant impact at scale.
speeding things up where possible
How we generate hash strings can be tuned to reduce memory.
has a dramatic effect on performance.
@codecov

codecov Bot commented Jul 30, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 99.87030% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.64%. Comparing base (f3ba035) to head (37eeec2).
⚠️ Report is 22 commits behind head on main.

Files with missing lines Patch % Lines
datamodel/low/extraction_functions.go 99.25% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             main     #444     +/-   ##
=========================================
  Coverage   99.64%   99.64%             
=========================================
  Files         169      169             
  Lines       23107    24194   +1087     
=========================================
+ Hits        23025    24109   +1084     
- Misses         77       80      +3     
  Partials        5        5             
Flag Coverage Δ
unittests 99.64% <99.87%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

coverage bumps

more coverage.

COVER ALL THE THINGS!

coverage

tuning coverage

bumping coverage

more coverage

removing code that adds no value

deleted more unreachable code.

fixing tests and coverage

moar coverage

fixed test

tuned

removed unreachable code.

tuning coverage

removed borked test
@daveshanley
daveshanley merged commit 2df6b00 into main Jul 31, 2025
4 checks passed
@daveshanley
daveshanley deleted the v0.25.0 branch July 31, 2025 23:47
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