-
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.
- Loading branch information
Alex Luu
committed
Mar 25, 2024
1 parent
c4e039a
commit 7379a3b
Showing
12 changed files
with
71 additions
and
33 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/* eslint-disable header/header */ export const Web3PkgInfo = { version: '4.6.0' }; | ||
/* eslint-disable header/header */ export const Web3PkgInfo = { version: '4.7.0' }; |
7379a3b
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
9264
ops/sec (±4.18%
)9301
ops/sec (±4.81%
)1.00
processingContractDeploy
39878
ops/sec (±6.86%
)39129
ops/sec (±7.62%
)0.98
processingContractMethodSend
19962
ops/sec (±4.57%
)19443
ops/sec (±5.19%
)0.97
processingContractMethodCall
38546
ops/sec (±5.63%
)38971
ops/sec (±6.34%
)1.01
abiEncode
43615
ops/sec (±6.47%
)44252
ops/sec (±6.92%
)1.01
abiDecode
31255
ops/sec (±7.47%
)30419
ops/sec (±8.89%
)0.97
sign
1583
ops/sec (±3.45%
)1656
ops/sec (±4.08%
)1.05
verify
376
ops/sec (±0.49%
)373
ops/sec (±0.78%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.
7379a3b
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
9268
ops/sec (±3.96%
)9301
ops/sec (±4.81%
)1.00
processingContractDeploy
38086
ops/sec (±6.58%
)39129
ops/sec (±7.62%
)1.03
processingContractMethodSend
19928
ops/sec (±6.74%
)19443
ops/sec (±5.19%
)0.98
processingContractMethodCall
40510
ops/sec (±5.73%
)38971
ops/sec (±6.34%
)0.96
abiEncode
44602
ops/sec (±6.94%
)44252
ops/sec (±6.92%
)0.99
abiDecode
30301
ops/sec (±8.36%
)30419
ops/sec (±8.89%
)1.00
sign
1602
ops/sec (±2.87%
)1656
ops/sec (±4.08%
)1.03
verify
379
ops/sec (±0.58%
)373
ops/sec (±0.78%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.