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 147625c commit 9bd7720
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,13 @@ jobs:
with:
architecture: x64
node-version: ${{ matrix.node }}
- run: yarn
cache: yarn
- uses: actions/cache/restore@v3
with:
path: ./
key: web3-${{ matrix.node }}-${{github.sha}}
- run: yarn install --ignore-scripts
- run: yarn build:cjs
- run: yarn test:unit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

1 comment on commit 9bd7720

@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: 9bd7720 Previous: 6c075db Ratio
processingTx 9602 ops/sec (±4.82%) 9301 ops/sec (±4.81%) 0.97
processingContractDeploy 41640 ops/sec (±7.03%) 39129 ops/sec (±7.62%) 0.94
processingContractMethodSend 19836 ops/sec (±5.76%) 19443 ops/sec (±5.19%) 0.98
processingContractMethodCall 40838 ops/sec (±4.77%) 38971 ops/sec (±6.34%) 0.95
abiEncode 48259 ops/sec (±6.84%) 44252 ops/sec (±6.92%) 0.92
abiDecode 34120 ops/sec (±7.14%) 30419 ops/sec (±8.89%) 0.89
sign 1644 ops/sec (±3.26%) 1656 ops/sec (±4.08%) 1.01
verify 379 ops/sec (±0.93%) 373 ops/sec (±0.78%) 0.98

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

Please sign in to comment.