-
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.
* increase unit tests for SocketProvider * add a test for SocketProvider * add a test for PromiseHelper * add unit tests for utils * remove un visited code branch * fix linting issue * point to a pice of code to investigate * fix linting issue * add coverage to hash * cover json-rpc tests * cover socket provider file * add coverage string manipulation * add coverage to formatters.ts * fix failing tests * update hash * run prettier * remove unintended cases for formatter and convert --------- Co-authored-by: Alex Luu <[email protected]>
- Loading branch information
1 parent
51d216f
commit 8f62749
Showing
22 changed files
with
959 additions
and
113 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,3 +47,5 @@ packages/web3/.in3/ | |
benchmark-data.txt | ||
|
||
.eslintcache | ||
|
||
.history |
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
Oops, something went wrong.
8f62749
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
8813
ops/sec (±4.63%
)9224
ops/sec (±3.84%
)1.05
processingContractDeploy
35202
ops/sec (±8.08%
)41118
ops/sec (±7.75%
)1.17
processingContractMethodSend
17884
ops/sec (±5.35%
)20556
ops/sec (±6.13%
)1.15
processingContractMethodCall
34262
ops/sec (±7.43%
)41085
ops/sec (±4.96%
)1.20
abiEncode
38844
ops/sec (±8.37%
)46586
ops/sec (±6.55%
)1.20
abiDecode
26526
ops/sec (±8.50%
)31710
ops/sec (±6.85%
)1.20
sign
1546
ops/sec (±0.88%
)1608
ops/sec (±0.76%
)1.04
verify
353
ops/sec (±0.78%
)374
ops/sec (±2.89%
)1.06
This comment was automatically generated by workflow using github-action-benchmark.