-
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.
doc: add docs of createContractAddress (#7421)
* doc: add docs of createContractAddress * docs: add detail refer to nonce
- Loading branch information
1 parent
fa5ce5b
commit ae99434
Showing
1 changed file
with
23 additions
and
0 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
ae99434
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
21624
ops/sec (±6.47%
)21928
ops/sec (±6.24%
)1.01
processingContractDeploy
34957
ops/sec (±9.82%
)37222
ops/sec (±9.30%
)1.06
processingContractMethodSend
14678
ops/sec (±8.29%
)14625
ops/sec (±8.78%
)1.00
processingContractMethodCall
25364
ops/sec (±7.90%
)25971
ops/sec (±7.32%
)1.02
abiEncode
38399
ops/sec (±8.36%
)39972
ops/sec (±8.07%
)1.04
abiDecode
28131
ops/sec (±6.44%
)28300
ops/sec (±7.27%
)1.01
sign
1471
ops/sec (±3.50%
)1459
ops/sec (±4.39%
)0.99
verify
357
ops/sec (±0.66%
)361
ops/sec (±0.60%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.