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

refactor: enforce a few minor optimization in code #302

Merged
merged 10 commits into from
Oct 18, 2023

refactor: add a comment on the variable mid in worker_loop_queue.go.

9a26314
Select commit
Loading
Failed to load commit list.
Merged

refactor: enforce a few minor optimization in code #302

refactor: add a comment on the variable mid in worker_loop_queue.go.
9a26314
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2023 in 1s

94.43% (+0.35%) compared to f0b98c3

View this Pull Request on Codecov

94.43% (+0.35%) compared to f0b98c3

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f0b98c3) 94.08% compared to head (9a26314) 94.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #302      +/-   ##
==========================================
+ Coverage   94.08%   94.43%   +0.35%     
==========================================
  Files           9        9              
  Lines         744      737       -7     
==========================================
- Hits          700      696       -4     
+ Misses         32       30       -2     
+ Partials       12       11       -1     
Files Coverage Δ
worker_loop_queue.go 97.08% <100.00%> (+2.54%) ⬆️
worker_stack.go 100.00% <100.00%> (ø)

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