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

2938377
Select commit
Loading
Failed to load commit list.
Open

LRU cache utility #1090

LRU cache utility
2938377
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 23, 2024 in 1s

93.98% (-0.33%) compared to 81c9dda

View this Pull Request on Codecov

93.98% (-0.33%) compared to 81c9dda

Details

Codecov Report

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

Project coverage is 93.98%. Comparing base (81c9dda) to head (2938377).

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.31%   93.98%   -0.33%     
==========================================
  Files         159      162       +3     
  Lines       17221    17491     +270     
==========================================
+ Hits        16242    16439     +197     
- Misses        979     1052      +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%> (ø)