-
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.
catch unhandled error when reconnecting with request queue (#7141)
* remove todo * add erorr handling * add tests * fix lint * format * update changelog --------- Co-authored-by: Alex Luu <[email protected]>
- Loading branch information
Showing
7 changed files
with
62 additions
and
41 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
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
38fac06
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
8674
ops/sec (±4.68%
)8895
ops/sec (±4.11%
)1.03
processingContractDeploy
40592
ops/sec (±6.80%
)39951
ops/sec (±7.33%
)0.98
processingContractMethodSend
16400
ops/sec (±6.88%
)16346
ops/sec (±9.26%
)1.00
processingContractMethodCall
27278
ops/sec (±7.84%
)28343
ops/sec (±6.15%
)1.04
abiEncode
45234
ops/sec (±7.24%
)44357
ops/sec (±8.20%
)0.98
abiDecode
31124
ops/sec (±7.73%
)32292
ops/sec (±6.23%
)1.04
sign
1589
ops/sec (±0.76%
)1544
ops/sec (±4.56%
)0.97
verify
369
ops/sec (±2.66%
)377
ops/sec (±0.41%
)1.02
This comment was automatically generated by workflow using github-action-benchmark.