-
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.
* web3 playground * menu update * playground on max screen * updated style file * 80% width
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: 'Web3.js Playground' | ||
--- | ||
|
||
<iframe height="700px" id="playground-iframe" width="80%" | ||
max-width="80%" src="https://stackblitz.com/edit/web3jsplayground?embed=1&file=index.ts&hideNavigation=0&view=editor&hideExplorer=0&showSidebar=1"></iframe> |
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
67d8a74
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
9462
ops/sec (±3.41%
)9301
ops/sec (±4.81%
)0.98
processingContractDeploy
39332
ops/sec (±6.47%
)39129
ops/sec (±7.62%
)0.99
processingContractMethodSend
18390
ops/sec (±7.76%
)19443
ops/sec (±5.19%
)1.06
processingContractMethodCall
38270
ops/sec (±5.78%
)38971
ops/sec (±6.34%
)1.02
abiEncode
43547
ops/sec (±7.19%
)44252
ops/sec (±6.92%
)1.02
abiDecode
30500
ops/sec (±7.97%
)30419
ops/sec (±8.89%
)1.00
sign
1587
ops/sec (±3.01%
)1656
ops/sec (±4.08%
)1.04
verify
381
ops/sec (±0.46%
)373
ops/sec (±0.78%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.