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

feat(tool): add analysis for delayed receipts #10729

Merged
merged 3 commits into from
Mar 15, 2024

Conversation

bowenwang1996
Copy link
Collaborator

Add a script that analyzes congestion of shards by looking at delayed receipts for each shard.

Copy link
Contributor

@wacban wacban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

It's perfect as is for a one off tool so please consider all comments optional.

tools/database/src/analyze_delayed_receipt.rs Outdated Show resolved Hide resolved
tools/database/src/analyze_delayed_receipt.rs Show resolved Hide resolved
tools/database/src/analyze_delayed_receipt.rs Outdated Show resolved Hide resolved
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

Attention: Patch coverage is 0% with 85 lines in your changes are missing coverage. Please review.

Project coverage is 71.73%. Comparing base (c98ffdc) to head (6748fc5).

Files Patch % Lines
tools/database/src/analyze_delayed_receipt.rs 0.00% 83 Missing and 1 partial ⚠️
tools/database/src/commands.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10729      +/-   ##
==========================================
- Coverage   71.78%   71.73%   -0.05%     
==========================================
  Files         758      759       +1     
  Lines      152613   152698      +85     
  Branches   152613   152698      +85     
==========================================
- Hits       109549   109542       -7     
- Misses      38102    38197      +95     
+ Partials     4962     4959       -3     
Flag Coverage Δ
backward-compatibility 0.24% <0.00%> (-0.01%) ⬇️
db-migration 0.24% <0.00%> (-0.01%) ⬇️
genesis-check 1.42% <0.00%> (-0.01%) ⬇️
integration-tests 36.93% <0.00%> (-0.01%) ⬇️
linux 70.33% <0.00%> (-0.03%) ⬇️
linux-nightly 71.20% <0.00%> (-0.07%) ⬇️
macos 54.76% <0.00%> (-0.10%) ⬇️
pytests 1.65% <0.00%> (-0.01%) ⬇️
sanity-checks 1.43% <0.00%> (-0.01%) ⬇️
unittests 67.37% <0.00%> (-0.05%) ⬇️
upgradability 0.29% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@bowenwang1996 bowenwang1996 added this pull request to the merge queue Mar 15, 2024
Merged via the queue into master with commit a24ce9d Mar 15, 2024
28 of 30 checks passed
@bowenwang1996 bowenwang1996 deleted the analyze-delayed-receipts branch March 15, 2024 12:56
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.

3 participants