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

trace: Use non-generic to replace newEvictedQueue in trace.start to reduce memory usage. #5497

Merged
merged 6 commits into from
Jun 17, 2024

Merge branch 'main' into perf-trace-start

2919062
Select commit
Loading
Failed to load commit list.
Merged

trace: Use non-generic to replace newEvictedQueue in trace.start to reduce memory usage. #5497

Merge branch 'main' into perf-trace-start
2919062
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 17, 2024 in 0s

84.8% (+0.0%) compared to d3f3ae1

View this Pull Request on Codecov

84.8% (+0.0%) compared to d3f3ae1

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.8%. Comparing base (d3f3ae1) to head (2919062).

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #5497   +/-   ##
=====================================
  Coverage   84.7%   84.8%           
=====================================
  Files        269     269           
  Lines      18077   18079    +2     
=====================================
+ Hits       15329   15332    +3     
+ Misses      2422    2421    -1     
  Partials     326     326           
Files Coverage Δ
sdk/trace/evictedqueue.go 100.0% <100.0%> (ø)
sdk/trace/tracer.go 100.0% <100.0%> (ø)

... and 2 files with indirect coverage changes