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

Metrics (Batch writes performance): Bytes written per bulk + duration #937

Open
wants to merge 4 commits into
base: release/maindbv4
Choose a base branch
from

Conversation

freemanzMrojo
Copy link
Member

Description

This PR covers Batch Write Performance from this ticket https://github.com/vechain/protocol-board-repo/issues/340.

Since the leveldb library as such does not return info about this, we set the metrics at the operation level within engine.

@freemanzMrojo freemanzMrojo requested a review from a team as a code owner January 11, 2025 12:34
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 75.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 61.57%. Comparing base (571f607) to head (6365120).

Files with missing lines Patch % Lines
muxdb/engine/leveldb.go 75.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           feat/db     #937      +/-   ##
===========================================
+ Coverage    61.54%   61.57%   +0.03%     
===========================================
  Files          217      217              
  Lines        22635    22640       +5     
===========================================
+ Hits         13930    13940      +10     
+ Misses        7583     7579       -4     
+ Partials      1122     1121       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants