-
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.
fix: return type of sendTransaction in docs (#7386)
* fix: return type of sendTransaction in docs * Fix Very Minor Typo in Docs --------- Co-authored-by: Dan Forbes <[email protected]>
- Loading branch information
Showing
2 changed files
with
64 additions
and
22 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
6af068f
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
22899
ops/sec (±6.71%
)21158
ops/sec (±9.09%
)0.92
processingContractDeploy
38849
ops/sec (±8.75%
)39840
ops/sec (±7.22%
)1.03
processingContractMethodSend
16613
ops/sec (±8.48%
)16219
ops/sec (±7.11%
)0.98
processingContractMethodCall
28617
ops/sec (±6.23%
)28092
ops/sec (±7.49%
)0.98
abiEncode
44694
ops/sec (±7.29%
)42384
ops/sec (±8.97%
)0.95
abiDecode
30690
ops/sec (±8.05%
)30530
ops/sec (±6.45%
)0.99
sign
1530
ops/sec (±3.39%
)1490
ops/sec (±3.70%
)0.97
verify
372
ops/sec (±0.57%
)364
ops/sec (±0.63%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.