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

JitterBuffer: Improve performance for SampleBuilder use #292

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

jitterbuffer: Improve performance

ab615fe
Select commit
Loading
Failed to load commit list.
Draft

JitterBuffer: Improve performance for SampleBuilder use #292

jitterbuffer: Improve performance
ab615fe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 26, 2025 in 0s

69.46% (-2.24%) compared to f2f92bb, passed because coverage increased by 0.29% when compared to adjusted base (69.16%)

View this Pull Request on Codecov

69.46% (-2.24%) compared to f2f92bb, passed because coverage increased by 0.29% when compared to adjusted base (69.16%)

Details

Codecov Report

Attention: Patch coverage is 75.49858% with 86 lines in your changes missing coverage. Please review.

Project coverage is 69.46%. Comparing base (f2f92bb) to head (ab615fe).

Files with missing lines Patch % Lines
pkg/jitterbuffer/priority_queue.go 75.62% 64 Missing and 14 partials ⚠️
pkg/jitterbuffer/jitter_buffer.go 20.00% 4 Missing ⚠️
pkg/jitterbuffer/receiver_interceptor.go 80.95% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #292      +/-   ##
==========================================
- Coverage   71.69%   69.46%   -2.24%     
==========================================
  Files          79       79              
  Lines        4742     4961     +219     
==========================================
+ Hits         3400     3446      +46     
- Misses       1203     1355     +152     
- Partials      139      160      +21     

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