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 93bdcd3 commit dc712c3
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 @@ -124,7 +124,7 @@ jobs:
with:
path: ./
key: web3-${{ matrix.node }}-${{github.sha}}
- run: yarn build
- run: yarn
- run: yarn test:unit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

1 comment on commit dc712c3

@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: dc712c3 Previous: 6c075db Ratio
processingTx 9558 ops/sec (±4.02%) 9301 ops/sec (±4.81%) 0.97
processingContractDeploy 39955 ops/sec (±7.16%) 39129 ops/sec (±7.62%) 0.98
processingContractMethodSend 20103 ops/sec (±6.31%) 19443 ops/sec (±5.19%) 0.97
processingContractMethodCall 40424 ops/sec (±5.92%) 38971 ops/sec (±6.34%) 0.96
abiEncode 46798 ops/sec (±6.19%) 44252 ops/sec (±6.92%) 0.95
abiDecode 32296 ops/sec (±7.47%) 30419 ops/sec (±8.89%) 0.94
sign 1663 ops/sec (±3.39%) 1656 ops/sec (±4.08%) 1.00
verify 374 ops/sec (±0.69%) 373 ops/sec (±0.78%) 1.00

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

Please sign in to comment.