Yiling-J / theine-go

high performance in-memory cache
MIT License
252 stars 16 forks source link

add cache builder and loading cache #2

Closed Yiling-J closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 54.18% and project coverage change: -7.00 :warning:

Comparison is base (73d3710) 95.01% compared to head (85b4dc5) 88.02%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2 +/- ## ========================================== - Coverage 95.01% 88.02% -7.00% ========================================== Files 11 12 +1 Lines 963 1144 +181 ========================================== + Hits 915 1007 +92 - Misses 33 109 +76 - Partials 15 28 +13 ``` | [Impacted Files](https://codecov.io/gh/Yiling-J/theine-go/pull/2?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yiling-J) | Coverage Δ | | |---|---|---| | [internal/singleflight.go](https://codecov.io/gh/Yiling-J/theine-go/pull/2?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yiling-J#diff-aW50ZXJuYWwvc2luZ2xlZmxpZ2h0Lmdv) | `33.94% <33.94%> (ø)` | | | [cache.go](https://codecov.io/gh/Yiling-J/theine-go/pull/2?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yiling-J#diff-Y2FjaGUuZ28=) | `72.00% <67.69%> (-16.89%)` | :arrow_down: | | [internal/store.go](https://codecov.io/gh/Yiling-J/theine-go/pull/2?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yiling-J#diff-aW50ZXJuYWwvc3RvcmUuZ28=) | `97.43% <100.00%> (+0.49%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yiling-J). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yiling-J)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.