Skip to content

Commit

Permalink
update node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jan 15, 2024
1 parent 07e893f commit 6cd5cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_network_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
cache: yarn
- run: yarn
- run: tar -czf /tmp/web3-16.js.tar.gz --exclude="./.git" ./
Expand Down

1 comment on commit 6cd5cb2

@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: 6cd5cb2 Previous: 6c075db Ratio
processingTx 9372 ops/sec (±4.72%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 41755 ops/sec (±6.95%) 39129 ops/sec (±7.62%) 0.94
processingContractMethodSend 20046 ops/sec (±6.26%) 19443 ops/sec (±5.19%) 0.97
processingContractMethodCall 40232 ops/sec (±5.31%) 38971 ops/sec (±6.34%) 0.97
abiEncode 47879 ops/sec (±6.11%) 44252 ops/sec (±6.92%) 0.92
abiDecode 31332 ops/sec (±7.13%) 30419 ops/sec (±8.89%) 0.97
sign 1699 ops/sec (±0.53%) 1656 ops/sec (±4.08%) 0.97
verify 374 ops/sec (±2.69%) 373 ops/sec (±0.78%) 1.00

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

Please sign in to comment.