-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(requestEIP6963Providers): return-type (#7239)
* feat(requestEIP6963Providers): return-type Add return type to requestEIP6963Providers function signature. Closes #7238 * Update Changelog
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2f24244
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
processingTx
23756
ops/sec (±7.52%
)22160
ops/sec (±8.48%
)0.93
processingContractDeploy
40022
ops/sec (±7.39%
)40358
ops/sec (±7.56%
)1.01
processingContractMethodSend
16888
ops/sec (±7.21%
)16223
ops/sec (±6.92%
)0.96
processingContractMethodCall
27258
ops/sec (±8.42%
)27644
ops/sec (±6.21%
)1.01
abiEncode
44502
ops/sec (±6.85%
)44173
ops/sec (±8.18%
)0.99
abiDecode
31804
ops/sec (±6.33%
)32205
ops/sec (±6.05%
)1.01
sign
1546
ops/sec (±4.08%
)1600
ops/sec (±0.98%
)1.03
verify
372
ops/sec (±0.57%
)369
ops/sec (±0.62%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.