Skip to content

Commit

Permalink
add geth fault tolerance tests (#7104)
Browse files Browse the repository at this point in the history
* add geth tests

* update tests

* update

* update scripts

---------

Co-authored-by: Oleksii Kosynskyi <[email protected]>
  • Loading branch information
Alex and avkos authored Jun 18, 2024
1 parent e47e1da commit bfe2769
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 144 deletions.
3 changes: 2 additions & 1 deletion packages/web3-providers-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"jest-extended": "^3.0.1",
"prettier": "^2.7.1",
"ts-jest": "^29.1.1",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"web3-providers-http": "^4.1.0"
},
"dependencies": {
"@types/ws": "8.5.3",
Expand Down
Loading

1 comment on commit bfe2769

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: bfe2769 Previous: e47e1da Ratio
processingTx 8959 ops/sec (±4.44%) 8969 ops/sec (±5.32%) 1.00
processingContractDeploy 39629 ops/sec (±8.47%) 38761 ops/sec (±7.89%) 0.98
processingContractMethodSend 16647 ops/sec (±9.83%) 15900 ops/sec (±7.01%) 0.96
processingContractMethodCall 28056 ops/sec (±6.60%) 28097 ops/sec (±6.28%) 1.00
abiEncode 43700 ops/sec (±8.36%) 44753 ops/sec (±7.71%) 1.02
abiDecode 30625 ops/sec (±8.11%) 29942 ops/sec (±8.29%) 0.98
sign 1567 ops/sec (±0.76%) 1578 ops/sec (±0.97%) 1.01
verify 376 ops/sec (±0.39%) 365 ops/sec (±3.03%) 0.97

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.