-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add Gas Estimation Guide #7319
Add Gas Estimation Guide #7319
Conversation
Bundle StatsHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
Benchmark suite | Current: d4abafb | Previous: f701406 | Ratio |
---|---|---|---|
processingTx |
21202 ops/sec (±7.78% ) |
22830 ops/sec (±7.43% ) |
1.08 |
processingContractDeploy |
37309 ops/sec (±6.28% ) |
39939 ops/sec (±7.35% ) |
1.07 |
processingContractMethodSend |
14624 ops/sec (±9.64% ) |
15792 ops/sec (±6.76% ) |
1.08 |
processingContractMethodCall |
26543 ops/sec (±5.83% ) |
27711 ops/sec (±6.25% ) |
1.04 |
abiEncode |
41231 ops/sec (±6.99% ) |
42219 ops/sec (±7.33% ) |
1.02 |
abiDecode |
29259 ops/sec (±6.42% ) |
29744 ops/sec (±7.55% ) |
1.02 |
sign |
1505 ops/sec (±1.22% ) |
1498 ops/sec (±3.49% ) |
1.00 |
verify |
354 ops/sec (±0.76% ) |
365 ops/sec (±0.60% ) |
1.03 |
This comment was automatically generated by workflow using github-action-benchmark.
625ab0a
to
e387933
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.x #7319 +/- ##
=======================================
Coverage 94.44% 94.44%
=======================================
Files 216 216
Lines 8463 8463
Branches 2340 2340
=======================================
Hits 7993 7993
Misses 470 470
Flags with carried forward coverage won't be shown. Click here to find out more. |
Closes #7299
e387933
to
d39d39d
Compare
7fb9636
to
cdae3b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, a good read! 👍 I’ve left a few suggestions for improvement.
Co-authored-by: Kris <[email protected]>
Co-authored-by: Alex <[email protected]>
Co-authored-by: Kris <[email protected]>
Closes #7299