Skip to content

Commit

Permalink
Merge branch '4.x' into 6599-implement-providergetfeedata
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Feb 16, 2024
2 parents d9bb9f7 + f696e47 commit f51e94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Description

Please include a summary of the changes and be sure to follow our [Contribution Guidelines](https://github.com/web3/web3.js/blob/4.x/CONTRIBUTIONS.md).
Please include a summary of the changes and be sure to follow our [Contribution Guidelines](https://github.com/web3/web3.js/blob/4.x/.github/CONTRIBUTING.md).

<!--
Optional if an issue is fixed:
Expand Down

1 comment on commit f51e94b

@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: f51e94b Previous: 6c075db Ratio
processingTx 9575 ops/sec (±4.71%) 9301 ops/sec (±4.81%) 0.97
processingContractDeploy 41197 ops/sec (±8.21%) 39129 ops/sec (±7.62%) 0.95
processingContractMethodSend 18465 ops/sec (±7.19%) 19443 ops/sec (±5.19%) 1.05
processingContractMethodCall 39986 ops/sec (±5.53%) 38971 ops/sec (±6.34%) 0.97
abiEncode 44711 ops/sec (±6.74%) 44252 ops/sec (±6.92%) 0.99
abiDecode 31091 ops/sec (±7.35%) 30419 ops/sec (±8.89%) 0.98
sign 1656 ops/sec (±1.20%) 1656 ops/sec (±4.08%) 1
verify 378 ops/sec (±0.45%) 373 ops/sec (±0.78%) 0.99

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

Please sign in to comment.