Skip to content

Commit

Permalink
renamed web3eth without dash to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
web3js-org committed Jan 3, 2024
1 parent bbc89ab commit 191ff37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/web3_eth/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: '📦 Web3-eth module'
label: '📦 Web3Eth module'
collapsible: true
collapsed: true
link: null
Expand Down

1 comment on commit 191ff37

@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: 191ff37 Previous: 6c075db Ratio
processingTx 9234 ops/sec (±3.92%) 9301 ops/sec (±4.81%) 1.01
processingContractDeploy 40459 ops/sec (±7.04%) 39129 ops/sec (±7.62%) 0.97
processingContractMethodSend 19050 ops/sec (±8.21%) 19443 ops/sec (±5.19%) 1.02
processingContractMethodCall 39577 ops/sec (±5.27%) 38971 ops/sec (±6.34%) 0.98
abiEncode 44450 ops/sec (±6.67%) 44252 ops/sec (±6.92%) 1.00
abiDecode 31043 ops/sec (±7.39%) 30419 ops/sec (±8.89%) 0.98
sign 1672 ops/sec (±0.86%) 1656 ops/sec (±4.08%) 0.99
verify 369 ops/sec (±2.85%) 373 ops/sec (±0.78%) 1.01

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

Please sign in to comment.