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

loop performance optimizations #3313

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

enable linter: gocritic/rangeValCopy

631aa00
Select commit
Loading
Failed to load commit list.
Draft

loop performance optimizations #3313

enable linter: gocritic/rangeValCopy
631aa00
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 18, 2024 in 1s

58.40% (target 0.00%)

View this Pull Request on Codecov

58.40% (target 0.00%)

Details

Codecov Report

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

Project coverage is 58.40%. Comparing base (c57dadc) to head (631aa00).

Files with missing lines Patch % Lines
pkg/types/event.go 0.00% 3 Missing ⚠️
pkg/leakybucket/overflows.go 93.33% 1 Missing ⚠️
pkg/parser/node.go 80.00% 1 Missing ⚠️
pkg/parser/runtime.go 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3313      +/-   ##
==========================================
- Coverage   58.41%   58.40%   -0.01%     
==========================================
  Files         351      351              
  Lines       37748    37753       +5     
==========================================
  Hits        22050    22050              
- Misses      13802    13806       +4     
- Partials     1896     1897       +1     

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