Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Feb 28, 2024
1 parent 35cb1b8 commit 5bf28d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
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 5bf28d0

@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: 5bf28d0 Previous: 6c075db Ratio
processingTx 9755 ops/sec (±3.91%) 9301 ops/sec (±4.81%) 0.95
processingContractDeploy 41244 ops/sec (±7.17%) 39129 ops/sec (±7.62%) 0.95
processingContractMethodSend 20838 ops/sec (±6.50%) 19443 ops/sec (±5.19%) 0.93
processingContractMethodCall 41625 ops/sec (±5.89%) 38971 ops/sec (±6.34%) 0.94
abiEncode 47060 ops/sec (±7.04%) 44252 ops/sec (±6.92%) 0.94
abiDecode 32724 ops/sec (±6.80%) 30419 ops/sec (±8.89%) 0.93
sign 1644 ops/sec (±3.88%) 1656 ops/sec (±4.08%) 1.01
verify 377 ops/sec (±0.49%) 373 ops/sec (±0.78%) 0.99

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

Please sign in to comment.