-
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
Intermediate dApp Guide #7334
Intermediate dApp Guide #7334
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 No files were changed 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: 5493b5a | Previous: 822f8c1 | Ratio |
---|---|---|---|
processingTx |
23161 ops/sec (±7.90% ) |
22958 ops/sec (±7.21% ) |
0.99 |
processingContractDeploy |
40277 ops/sec (±7.36% ) |
40077 ops/sec (±7.24% ) |
1.00 |
processingContractMethodSend |
17113 ops/sec (±6.62% ) |
15807 ops/sec (±8.02% ) |
0.92 |
processingContractMethodCall |
27955 ops/sec (±7.58% ) |
27362 ops/sec (±8.03% ) |
0.98 |
abiEncode |
46072 ops/sec (±6.40% ) |
44555 ops/sec (±6.70% ) |
0.97 |
abiDecode |
31638 ops/sec (±7.09% ) |
30694 ops/sec (±6.83% ) |
0.97 |
sign |
1588 ops/sec (±0.86% ) |
1590 ops/sec (±1.37% ) |
1.00 |
verify |
364 ops/sec (±2.33% ) |
365 ops/sec (±0.53% ) |
1.00 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.x #7334 +/- ##
=======================================
Coverage 94.45% 94.45%
=======================================
Files 216 216
Lines 8469 8469
Branches 2341 2341
=======================================
Hits 7999 7999
Misses 470 470
Flags with carried forward coverage won't be shown. Click here to find out more. |
Closes #7038
fc7dc60
to
cbae7c3
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.
Great guide! It would be helpful to know how many people are actually reading our guides, though.
Co-authored-by: Kris <605420+krzysu@users.noreply.github.com>
Closes #7038