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(builder): add bundle gas stats to metrics #445

Merged
merged 2 commits into from
Oct 11, 2023
Merged

Conversation

alex-miao
Copy link
Collaborator

Closes #379

Proposed Changes

  • Log gas limit, gas used, and gas limit utilization for mined bundles

@alex-miao alex-miao changed the title feat(metrics): add bundle gas stats to metrics feat(builder): add bundle gas stats to metrics Oct 5, 2023
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #445 (f911705) into main (68e6385) will increase coverage by 0.04%.
The diff coverage is 65.78%.

Impacted file tree graph

Files Coverage Δ
crates/builder/src/transaction_tracker.rs 86.91% <89.28%> (+0.16%) ⬆️
crates/builder/src/bundle_sender.rs 0.00% <0.00%> (ø)
Flag Coverage Δ
unit-tests 52.24% <65.78%> (+0.04%) ⬆️

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

Components Coverage Δ
rundler binary 0.00% <ø> (ø)
builder 45.31% <65.78%> (+0.26%) ⬆️
dev 0.00% <ø> (ø)
pool 59.54% <ø> (ø)
provider 1.33% <ø> (ø)
rpc 18.26% <ø> (ø)
sim 82.61% <ø> (ø)
tasks ∅ <ø> (∅)
types 93.56% <ø> (ø)
utils 7.20% <ø> (ø)

@alex-miao alex-miao merged commit b253c48 into main Oct 11, 2023
7 checks passed
@alex-miao alex-miao deleted the alex/gas-metrics branch October 11, 2023 16:47
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.

builder: Metric for gas used throughput
3 participants