Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jul 10, 2024
1 parent 6f54e6e commit 8c49127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/web3-plugin-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-plugin-example",
"version": "1.1.2",
"version": "1.1.1",
"description": "Example implementations of Web3.js' 4.x plugin system",
"repository": "https://github.com/ChainSafe/web3.js",
"engines": {
Expand Down

1 comment on commit 8c49127

@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: 8c49127 Previous: 89711ab Ratio
processingTx 9249 ops/sec (±3.71%) 9435 ops/sec (±3.67%) 1.02
processingContractDeploy 39722 ops/sec (±6.31%) 40686 ops/sec (±6.96%) 1.02
processingContractMethodSend 15992 ops/sec (±8.17%) 16574 ops/sec (±8.48%) 1.04
processingContractMethodCall 27868 ops/sec (±6.42%) 28430 ops/sec (±6.15%) 1.02
abiEncode 43415 ops/sec (±7.64%) 45419 ops/sec (±7.37%) 1.05
abiDecode 31385 ops/sec (±7.50%) 31557 ops/sec (±7.64%) 1.01
sign 1544 ops/sec (±3.80%) 1572 ops/sec (±3.54%) 1.02
verify 373 ops/sec (±0.62%) 375 ops/sec (±0.51%) 1.01

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

Please sign in to comment.