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

Prevent heap allocations in FiveTuple Fingerprint #390

Closed
wants to merge 1 commit into from

Prevent heap allocations in FiveTuple Fingerprint

a9f47d0
Select commit
Loading
Failed to load commit list.
Closed

Prevent heap allocations in FiveTuple Fingerprint #390

Prevent heap allocations in FiveTuple Fingerprint
a9f47d0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 20, 2024 in 0s

27.87% (-40.38%) compared to cf40c33

View this Pull Request on Codecov

27.87% (-40.38%) compared to cf40c33

Details

Codecov Report

Attention: Patch coverage is 68.42105% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 27.87%. Comparing base (cf40c33) to head (a9f47d0).

Files Patch % Lines
internal/allocation/five_tuple.go 72.22% 5 Missing ⚠️
internal/allocation/allocation_manager.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #390       +/-   ##
===========================================
- Coverage   68.24%   27.87%   -40.38%     
===========================================
  Files          43       43               
  Lines        2337     2353       +16     
===========================================
- Hits         1595      656      -939     
- Misses        576     1652     +1076     
+ Partials      166       45      -121     

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