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

Perf: Relax locking contention for cache and cachekv #353

Merged
merged 5 commits into from
Dec 5, 2023

Merge branch 'main' into yzang/SEI-6061

fe8744a
Select commit
Loading
Failed to load commit list.
Merged

Perf: Relax locking contention for cache and cachekv #353

Merge branch 'main' into yzang/SEI-6061
fe8744a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2023 in 0s

55.38% (target 50.00%)

View this Pull Request on Codecov

55.38% (target 50.00%)

Details

Codecov Report

Merging #353 (fe8744a) into main (5f04ca7) will decrease coverage by 0.04%.
Report is 1 commits behind head on main.
The diff coverage is 91.80%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #353      +/-   ##
==========================================
- Coverage   55.41%   55.38%   -0.04%     
==========================================
  Files         620      620              
  Lines       51694    51605      -89     
==========================================
- Hits        28646    28581      -65     
+ Misses      20964    20941      -23     
+ Partials     2084     2083       -1     
Files Coverage Δ
store/cache/cache.go 78.57% <100.00%> (+0.31%) ⬆️
store/cachekv/store.go 81.57% <100.00%> (+9.28%) ⬆️
x/auth/ante/sigverify.go 63.35% <100.00%> (-0.23%) ⬇️
x/auth/types/params.go 76.04% <ø> (ø)
x/auth/ante/batch_sigverify.go 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes