Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Mar 14, 2024
1 parent dc712c3 commit 147625c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ jobs:
with:
architecture: x64
node-version: ${{ matrix.node }}
- uses: actions/cache/restore@v3
with:
path: ./
key: web3-${{ matrix.node }}-${{github.sha}}
- run: yarn
- run: yarn test:unit
- name: Upload coverage to Codecov
Expand Down

1 comment on commit 147625c

@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: 147625c Previous: 6c075db Ratio
processingTx 9762 ops/sec (±3.93%) 9301 ops/sec (±4.81%) 0.95
processingContractDeploy 42573 ops/sec (±6.12%) 39129 ops/sec (±7.62%) 0.92
processingContractMethodSend 19285 ops/sec (±8.89%) 19443 ops/sec (±5.19%) 1.01
processingContractMethodCall 40895 ops/sec (±5.59%) 38971 ops/sec (±6.34%) 0.95
abiEncode 45854 ops/sec (±6.64%) 44252 ops/sec (±6.92%) 0.97
abiDecode 32766 ops/sec (±7.47%) 30419 ops/sec (±8.89%) 0.93
sign 1652 ops/sec (±3.28%) 1656 ops/sec (±4.08%) 1.00
verify 380 ops/sec (±0.44%) 373 ops/sec (±0.78%) 0.98

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

Please sign in to comment.