-
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 7055 one of with scalar value and string (#7173)
* code work * add test * add more test * update change log * refine change log * refine test --------- Co-authored-by: Oleksii Kosynskyi <oleksii.kosynskyi@gmail.com>
- Loading branch information
1 parent
8b435c1
commit 0db2b18
Showing
3 changed files
with
87 additions
and
1 deletion.
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
0db2b18
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
21418
ops/sec (±7.87%
)9078
ops/sec (±4.67%
)0.42
processingContractDeploy
40091
ops/sec (±5.61%
)39858
ops/sec (±6.95%
)0.99
processingContractMethodSend
15185
ops/sec (±10.09%
)16111
ops/sec (±6.62%
)1.06
processingContractMethodCall
27867
ops/sec (±6.56%
)27631
ops/sec (±7.57%
)0.99
abiEncode
41653
ops/sec (±7.57%
)44291
ops/sec (±7.06%
)1.06
abiDecode
28976
ops/sec (±7.90%
)31565
ops/sec (±7.32%
)1.09
sign
1503
ops/sec (±0.71%
)1575
ops/sec (±1.11%
)1.05
verify
351
ops/sec (±2.70%
)365
ops/sec (±2.63%
)1.04
This comment was automatically generated by workflow using github-action-benchmark.