chore: collect garbage collector metrics#1137
Merged
Conversation
|
| Branch | chore/collect-garbage-collector-metrics |
| Testbed | ubuntu-22.04 |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result nanoseconds (ns) (Result Δ%) | Lower Boundary nanoseconds (ns) (Limit %) | Upper Boundary nanoseconds (ns) (Limit %) |
|---|---|---|---|---|
| sync-v2 (up to 20000 blocks) | 📈 view plot 🚷 view threshold | 101,458,788,784.58 (-0.56%) | 91,826,155,535.83 (90.51%) | 112,231,967,877.12 (90.40%) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1137 +/- ##
==========================================
- Coverage 84.43% 84.37% -0.07%
==========================================
Files 317 317
Lines 24366 24384 +18
Branches 3705 3707 +2
==========================================
Hits 20574 20574
- Misses 3078 3091 +13
- Partials 714 719 +5 ☔ View full report in Codecov by Sentry. |
jansegre
approved these changes
Sep 19, 2024
msbrogli
approved these changes
Oct 7, 2024
ef67638 to
ce64361
Compare
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
We want to observe how the garbage collector is behaving, as part of https://github.com/HathorNetwork/internal-issues/issues/379
Acceptance Criteria
This is an example of the generated metrics:
Checklist
master, confirm this code is production-ready and can be included in future releases as soon as it gets merged