Skip to content

Commit

Permalink
fix (#6842)
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Feb 28, 2024
1 parent b25b883 commit ab1b250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -239,7 +239,7 @@ jobs:
path: ./
key: web3-18-${{github.sha}}
# @octokit/core not supported on node 16, so I can't add it to the package.json
- run: npm install --no-package-lock --no-save --force @octokit/core
- run: npm install --no-package-lock --no-save --force @octokit/core@5.1.0
- name: Restore main branch benchmark data
uses: actions/cache/restore@v3
with:
Expand Down

1 comment on commit ab1b250

@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: ab1b250 Previous: 6c075db Ratio
processingTx 9415 ops/sec (±3.87%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 38648 ops/sec (±7.42%) 39129 ops/sec (±7.62%) 1.01
processingContractMethodSend 19847 ops/sec (±6.39%) 19443 ops/sec (±5.19%) 0.98
processingContractMethodCall 39937 ops/sec (±5.12%) 38971 ops/sec (±6.34%) 0.98
abiEncode 44718 ops/sec (±6.12%) 44252 ops/sec (±6.92%) 0.99
abiDecode 31119 ops/sec (±7.57%) 30419 ops/sec (±8.89%) 0.98
sign 1622 ops/sec (±3.28%) 1656 ops/sec (±4.08%) 1.02
verify 380 ops/sec (±0.55%) 373 ops/sec (±0.78%) 0.98

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

Please sign in to comment.