-
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.
Implement a way to know which response corresponds to which request i…
…n the middleware (#7028) * move request middleware to _sendRequest * lint * change log
- Loading branch information
Showing
9 changed files
with
301 additions
and
218 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
Oops, something went wrong.
5d2f2aa
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
8767
ops/sec (±5.12%
)9041
ops/sec (±3.62%
)1.03
processingContractDeploy
40540
ops/sec (±7.05%
)37458
ops/sec (±6.70%
)0.92
processingContractMethodSend
20282
ops/sec (±6.31%
)18860
ops/sec (±6.48%
)0.93
processingContractMethodCall
41478
ops/sec (±5.04%
)37636
ops/sec (±6.11%
)0.91
abiEncode
46501
ops/sec (±6.65%
)43512
ops/sec (±7.01%
)0.94
abiDecode
31621
ops/sec (±7.28%
)29213
ops/sec (±8.82%
)0.92
sign
1640
ops/sec (±0.75%
)1556
ops/sec (±3.28%
)0.95
verify
379
ops/sec (±2.77%
)375
ops/sec (±0.46%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.