-
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
Added plugin videos to guide #7004
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: bd1cafe | Previous: 6c075db | Ratio |
---|---|---|---|
processingTx |
9216 ops/sec (±3.45% ) |
9301 ops/sec (±4.81% ) |
1.01 |
processingContractDeploy |
38795 ops/sec (±7.00% ) |
39129 ops/sec (±7.62% ) |
1.01 |
processingContractMethodSend |
19115 ops/sec (±7.70% ) |
19443 ops/sec (±5.19% ) |
1.02 |
processingContractMethodCall |
37864 ops/sec (±6.26% ) |
38971 ops/sec (±6.34% ) |
1.03 |
abiEncode |
43807 ops/sec (±6.55% ) |
44252 ops/sec (±6.92% ) |
1.01 |
abiDecode |
29630 ops/sec (±8.33% ) |
30419 ops/sec (±8.89% ) |
1.03 |
sign |
1594 ops/sec (±0.60% ) |
1656 ops/sec (±4.08% ) |
1.04 |
verify |
366 ops/sec (±2.80% ) |
373 ops/sec (±0.78% ) |
1.02 |
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 #7004 +/- ##
=======================================
Coverage 91.98% 91.98%
=======================================
Files 215 215
Lines 8284 8284
Branches 2273 2273
=======================================
Hits 7620 7620
Misses 664 664
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Its preview is not building due to broken links https://github.com/web3/web3.js/actions/runs/8832445053/job/24249848833?pr=7004#step:7:204
Right, I just fixed it here #7005 |
Closes #6866