-
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.
* Add Plugin Middleware Documentation Closes #6963 * Clarify Request Middleware Response Processing
- Loading branch information
Showing
1 changed file
with
67 additions
and
0 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
e5efe49
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
8947
ops/sec (±3.86%
)9233
ops/sec (±3.97%
)1.03
processingContractDeploy
37776
ops/sec (±7.58%
)40168
ops/sec (±4.88%
)1.06
processingContractMethodSend
14888
ops/sec (±7.67%
)16302
ops/sec (±6.45%
)1.09
processingContractMethodCall
26666
ops/sec (±6.80%
)28306
ops/sec (±6.19%
)1.06
abiEncode
40151
ops/sec (±7.25%
)42794
ops/sec (±8.67%
)1.07
abiDecode
27964
ops/sec (±8.86%
)31117
ops/sec (±7.21%
)1.11
sign
1481
ops/sec (±3.51%
)1588
ops/sec (±0.64%
)1.07
verify
360
ops/sec (±0.58%
)367
ops/sec (±0.70%
)1.02
This comment was automatically generated by workflow using github-action-benchmark.
e5efe49
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
9178
ops/sec (±4.17%
)9233
ops/sec (±3.97%
)1.01
processingContractDeploy
39087
ops/sec (±7.95%
)40168
ops/sec (±4.88%
)1.03
processingContractMethodSend
16179
ops/sec (±8.43%
)16302
ops/sec (±6.45%
)1.01
processingContractMethodCall
28048
ops/sec (±7.77%
)28306
ops/sec (±6.19%
)1.01
abiEncode
44906
ops/sec (±6.95%
)42794
ops/sec (±8.67%
)0.95
abiDecode
30714
ops/sec (±8.09%
)31117
ops/sec (±7.21%
)1.01
sign
1518
ops/sec (±3.26%
)1588
ops/sec (±0.64%
)1.05
verify
373
ops/sec (±1.22%
)367
ops/sec (±0.70%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.