-
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 format schema with list of objects (#7040)
* Fix format schema with list of objects * cover with test
- Loading branch information
Showing
3 changed files
with
269 additions
and
94 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
Oops, something went wrong.
e0fc158
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
9220
ops/sec (±3.39%
)8800
ops/sec (±4.35%
)0.95
processingContractDeploy
37127
ops/sec (±6.27%
)39867
ops/sec (±6.83%
)1.07
processingContractMethodSend
19169
ops/sec (±7.11%
)19416
ops/sec (±7.11%
)1.01
processingContractMethodCall
37740
ops/sec (±5.81%
)39762
ops/sec (±5.77%
)1.05
abiEncode
42093
ops/sec (±6.98%
)45021
ops/sec (±7.04%
)1.07
abiDecode
28578
ops/sec (±7.99%
)30398
ops/sec (±8.02%
)1.06
sign
1542
ops/sec (±0.87%
)1559
ops/sec (±0.80%
)1.01
verify
360
ops/sec (±0.57%
)367
ops/sec (±3.03%
)1.02
This comment was automatically generated by workflow using github-action-benchmark.