-
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
feat(docs): extend #7233
feat(docs): extend #7233
Conversation
Documentation for `Web3Context.extend` method Closes #6768
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: 7cbf2eb | Previous: 7a6e492 | Ratio |
---|---|---|---|
processingTx |
20237 ops/sec (±8.82% ) |
22522 ops/sec (±8.59% ) |
1.11 |
processingContractDeploy |
38131 ops/sec (±6.54% ) |
39622 ops/sec (±7.51% ) |
1.04 |
processingContractMethodSend |
14990 ops/sec (±10.26% ) |
17407 ops/sec (±7.00% ) |
1.16 |
processingContractMethodCall |
27653 ops/sec (±6.37% ) |
28383 ops/sec (±7.80% ) |
1.03 |
abiEncode |
42288 ops/sec (±7.54% ) |
46331 ops/sec (±6.95% ) |
1.10 |
abiDecode |
28909 ops/sec (±8.03% ) |
31565 ops/sec (±7.20% ) |
1.09 |
sign |
1493 ops/sec (±0.74% ) |
1592 ops/sec (±0.56% ) |
1.07 |
verify |
354 ops/sec (±3.23% ) |
371 ops/sec (±2.76% ) |
1.05 |
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 #7233 +/- ##
=======================================
Coverage 94.48% 94.48%
=======================================
Files 216 216
Lines 8439 8439
Branches 2318 2318
=======================================
Hits 7974 7974
Misses 465 465
Flags with carried forward coverage won't be shown. Click here to find out more. |
Documentation for
Web3Context.extend
methodCloses #6768