-
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.
watchTransactionBySubscription fallback fix (#7118)
* watchTransactionByPolling fix * watchTransactionBySubscription fallback test
- Loading branch information
Showing
2 changed files
with
90 additions
and
81 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
750411c
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 (±4.37%
)8959
ops/sec (±4.44%
)0.97
processingContractDeploy
39401
ops/sec (±6.50%
)39629
ops/sec (±8.47%
)1.01
processingContractMethodSend
15383
ops/sec (±7.70%
)16647
ops/sec (±9.83%
)1.08
processingContractMethodCall
27237
ops/sec (±8.48%
)28056
ops/sec (±6.60%
)1.03
abiEncode
42968
ops/sec (±6.77%
)43700
ops/sec (±8.36%
)1.02
abiDecode
29647
ops/sec (±7.15%
)30625
ops/sec (±8.11%
)1.03
sign
1558
ops/sec (±0.85%
)1567
ops/sec (±0.76%
)1.01
verify
369
ops/sec (±0.64%
)376
ops/sec (±0.39%
)1.02
This comment was automatically generated by workflow using github-action-benchmark.