Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Luu committed Feb 8, 2024
1 parent 4f9cf5e commit 2e88e93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2345,6 +2345,8 @@ If there are any bugs, improvements, optimizations or any new feature proposal f

#### web3-types

- Adds missing exported type `AbiItem` from 1.x to v4 for compatabiltiy (#6678)

### Changed

#### web3
Expand Down

1 comment on commit 2e88e93

@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: 2e88e93 Previous: 6c075db Ratio
processingTx 9397 ops/sec (±4.00%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 42482 ops/sec (±6.71%) 39129 ops/sec (±7.62%) 0.92
processingContractMethodSend 19951 ops/sec (±6.06%) 19443 ops/sec (±5.19%) 0.97
processingContractMethodCall 40238 ops/sec (±5.18%) 38971 ops/sec (±6.34%) 0.97
abiEncode 46223 ops/sec (±6.85%) 44252 ops/sec (±6.92%) 0.96
abiDecode 31972 ops/sec (±7.37%) 30419 ops/sec (±8.89%) 0.95
sign 1670 ops/sec (±0.72%) 1656 ops/sec (±4.08%) 0.99
verify 368 ops/sec (±2.79%) 373 ops/sec (±0.78%) 1.01

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

Please sign in to comment.