Skip to content

Commit

Permalink
fixed broken link in README to point to correct address (#6818)
Browse files Browse the repository at this point in the history
Co-authored-by: ray <ray.jaffer@protonmail.com>
  • Loading branch information
0xthorazine and ray committed Feb 19, 2024
1 parent a2d9cb4 commit 95807a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ yarn add web3

## Useful links

- [Web3 tree shaking support guide](https://docs.web3js.org/guides/advanced/web3_tree_shaking_support_guide/)
- [Web3 tree shaking support guide](https://docs.web3js.org/guides/advanced/tree_shaking/)
- [React App Example](https://github.com/ChainSafe/web3js-example-react-app)

## Architecture Overview
Expand Down

1 comment on commit 95807a6

@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: 95807a6 Previous: 6c075db Ratio
processingTx 8844 ops/sec (±5.78%) 9301 ops/sec (±4.81%) 1.05
processingContractDeploy 42041 ops/sec (±6.61%) 39129 ops/sec (±7.62%) 0.93
processingContractMethodSend 19589 ops/sec (±6.00%) 19443 ops/sec (±5.19%) 0.99
processingContractMethodCall 40196 ops/sec (±5.16%) 38971 ops/sec (±6.34%) 0.97
abiEncode 45547 ops/sec (±6.56%) 44252 ops/sec (±6.92%) 0.97
abiDecode 30993 ops/sec (±7.46%) 30419 ops/sec (±8.89%) 0.98
sign 1653 ops/sec (±0.80%) 1656 ops/sec (±4.08%) 1.00
verify 375 ops/sec (±0.55%) 373 ops/sec (±0.78%) 0.99

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

Please sign in to comment.