-
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.
web3-eth-ens add gettext and getname (#6914)
* add gettext * add unit tests * update
- Loading branch information
Alex
authored
Mar 25, 2024
1 parent
a83e9d5
commit c4e039a
Showing
5 changed files
with
103 additions
and
2 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
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
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
c4e039a
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
9255
ops/sec (±4.21%
)9301
ops/sec (±4.81%
)1.00
processingContractDeploy
40370
ops/sec (±4.93%
)39129
ops/sec (±7.62%
)0.97
processingContractMethodSend
19165
ops/sec (±7.97%
)19443
ops/sec (±5.19%
)1.01
processingContractMethodCall
38828
ops/sec (±6.25%
)38971
ops/sec (±6.34%
)1.00
abiEncode
42944
ops/sec (±7.33%
)44252
ops/sec (±6.92%
)1.03
abiDecode
29821
ops/sec (±7.62%
)30419
ops/sec (±8.89%
)1.02
sign
1556
ops/sec (±3.57%
)1656
ops/sec (±4.08%
)1.06
verify
372
ops/sec (±0.58%
)373
ops/sec (±0.78%
)1.00
This comment was automatically generated by workflow using github-action-benchmark.