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

*: add lru cache to speed up scanning logs #302

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

fix build

02f4c85
Select commit
Loading
Failed to load commit list.
Draft

*: add lru cache to speed up scanning logs #302

fix build
02f4c85
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 4, 2025 in 0s

97.82% (-0.07%) compared to 39f4db4

View this Pull Request on Codecov

97.82% (-0.07%) compared to 39f4db4

Details

Codecov Report

Attention: Patch coverage is 94.21769% with 17 lines in your changes missing coverage. Please review.

Project coverage is 97.82%. Comparing base (39f4db4) to head (02f4c85).
Report is 39 commits behind head on master.

Files with missing lines Patch % Lines
src/cache.rs 93.51% 14 Missing ⚠️
src/engine.rs 95.08% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #302      +/-   ##
==========================================
- Coverage   97.89%   97.82%   -0.07%     
==========================================
  Files          31       32       +1     
  Lines       12228    12435     +207     
==========================================
+ Hits        11970    12164     +194     
- Misses        258      271      +13     

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