Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Mar 1, 2024
1 parent e0302e3 commit eb9c2e8
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 @@ -102,7 +102,7 @@ jobs:
base-stats-json-path: "packages/web3/dist/4.x.json"
- name: Cache default branch stats
uses: actions/cache/save@v3
# if: github.event_name == 'push' && github.ref == 'refs/heads/4.x'
if: github.event_name == 'push' && github.ref == 'refs/heads/4.x'
with:
path: packages/web3/dist/${{ github.ref_name }}.json
key: web3-bundle-stats-4x-${{github.sha}}
Expand Down

1 comment on commit eb9c2e8

@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: eb9c2e8 Previous: 6c075db Ratio
processingTx 9427 ops/sec (±4.37%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 41801 ops/sec (±7.48%) 39129 ops/sec (±7.62%) 0.94
processingContractMethodSend 19904 ops/sec (±5.89%) 19443 ops/sec (±5.19%) 0.98
processingContractMethodCall 40969 ops/sec (±5.82%) 38971 ops/sec (±6.34%) 0.95
abiEncode 48029 ops/sec (±6.74%) 44252 ops/sec (±6.92%) 0.92
abiDecode 33499 ops/sec (±7.78%) 30419 ops/sec (±8.89%) 0.91
sign 1644 ops/sec (±3.30%) 1656 ops/sec (±4.08%) 1.01
verify 384 ops/sec (±0.53%) 373 ops/sec (±0.78%) 0.97

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

Please sign in to comment.