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 #393

Merged
merged 1 commit into from
Apr 20, 2024

Prevent heap allocations in FiveTuple Fingerprint

9616801
Select commit
Loading
Failed to load commit list.
Merged

Prevent heap allocations in FiveTuple Fingerprint #393

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

68.27% (-0.14%) compared to 8958518

View this Pull Request on Codecov

68.27% (-0.14%) compared to 8958518

Details

Codecov Report

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

Project coverage is 68.27%. Comparing base (8958518) to head (9616801).

Files Patch % Lines
internal/allocation/five_tuple.go 88.23% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #393      +/-   ##
==========================================
- Coverage   68.40%   68.27%   -0.14%     
==========================================
  Files          43       43              
  Lines        2333     2348      +15     
==========================================
+ Hits         1596     1603       +7     
- Misses        573      578       +5     
- Partials      164      167       +3     

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