-
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
Utils guide #7001
Utils guide #7001
Conversation
…e-live-codeblock: ^3.0.1,
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: b488120 | Previous: 6c075db | Ratio |
---|---|---|---|
processingTx |
9144 ops/sec (±3.48% ) |
9301 ops/sec (±4.81% ) |
1.02 |
processingContractDeploy |
40409 ops/sec (±6.22% ) |
39129 ops/sec (±7.62% ) |
0.97 |
processingContractMethodSend |
19247 ops/sec (±6.96% ) |
19443 ops/sec (±5.19% ) |
1.01 |
processingContractMethodCall |
39589 ops/sec (±6.65% ) |
38971 ops/sec (±6.34% ) |
0.98 |
abiEncode |
43992 ops/sec (±6.75% ) |
44252 ops/sec (±6.92% ) |
1.01 |
abiDecode |
30264 ops/sec (±8.11% ) |
30419 ops/sec (±8.89% ) |
1.01 |
sign |
1594 ops/sec (±3.46% ) |
1656 ops/sec (±4.08% ) |
1.04 |
verify |
378 ops/sec (±0.95% ) |
373 ops/sec (±0.78% ) |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
|
docs/yarn.lock
Outdated
@@ -9066,4 +9066,4 @@ zwitch@^1.0.0: | |||
zwitch@^2.0.0: | |||
version "2.0.4" | |||
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7" | |||
integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A== | |||
integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A== |
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.
yarn.lock shouldn't be changed. you do not have changes in package.json. please revert it
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.
LGTM, except comments
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.x #7001 +/- ##
==========================================
- Coverage 91.99% 91.98% -0.02%
==========================================
Files 215 215
Lines 8172 8284 +112
Branches 2202 2273 +71
==========================================
+ Hits 7518 7620 +102
- Misses 654 664 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Closing issue #6742