-
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
Showing
2 changed files
with
24 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
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,22 @@ | ||
/* | ||
This file is part of web3.js. | ||
web3.js is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Lesser General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
web3.js is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU Lesser General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with web3.js. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
describe('Web3 validator test', () => { | ||
it('void', () => { | ||
expect(1).toBe(1); | ||
}); | ||
}); |
22d7d52
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
9237
ops/sec (±4.43%
)9301
ops/sec (±4.81%
)1.01
processingContractDeploy
41251
ops/sec (±7.57%
)39129
ops/sec (±7.62%
)0.95
processingContractMethodSend
19548
ops/sec (±6.66%
)19443
ops/sec (±5.19%
)0.99
processingContractMethodCall
40252
ops/sec (±5.07%
)38971
ops/sec (±6.34%
)0.97
abiEncode
45551
ops/sec (±6.40%
)44252
ops/sec (±6.92%
)0.97
abiDecode
31943
ops/sec (±7.13%
)30419
ops/sec (±8.89%
)0.95
sign
1656
ops/sec (±0.99%
)1656
ops/sec (±4.08%
)1
verify
369
ops/sec (±2.83%
)373
ops/sec (±0.78%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.