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

LRU cache utility #1090

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

LRU cache utility

1200c41
Select commit
Loading
Failed to load commit list.
Open

LRU cache utility #1090

LRU cache utility
1200c41
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 29, 2025 in 1s

93.96% (-0.33%) compared to 9d28979

View this Pull Request on Codecov

93.96% (-0.33%) compared to 9d28979

Details

Codecov Report

Attention: Patch coverage is 72.96296% with 73 lines in your changes missing coverage. Please review.

Project coverage is 93.96%. Comparing base (9d28979) to head (1200c41).

Files with missing lines Patch % Lines
test/internal_benchmarks/lru_cache_bench.cpp 0.00% 70 Missing ⚠️
lib/evmone/lru_cache.hpp 93.93% 2 Missing ⚠️
test/unittests/lru_cache_test.cpp 99.40% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1090      +/-   ##
==========================================
- Coverage   94.29%   93.96%   -0.33%     
==========================================
  Files         159      162       +3     
  Lines       17325    17595     +270     
==========================================
+ Hits        16337    16534     +197     
- Misses        988     1061      +73     
Files with missing lines Coverage Δ
test/unittests/lru_cache_test.cpp 99.40% <99.40%> (ø)
lib/evmone/lru_cache.hpp 93.93% <93.93%> (ø)
test/internal_benchmarks/lru_cache_bench.cpp 0.00% <0.00%> (ø)