Skip to content

Commit

Permalink
set arc
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Mar 4, 2024
1 parent 22d7d52 commit 8589dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
architecture: x64
node-version: ${{ matrix.node }}
- uses: actions/cache/restore@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"test:coverage:unit": "lerna run test:coverage:unit --stream --parallel",
"test:coverage:integration": "lerna run test:coverage:integration --stream --parallel",
"test:unit": "lerna run test:unit --stream --parallel && jest --config=./scripts/jest.config.js",
"test:integration": "cd packages/web3-validator && yarn test:integration",
"test:integration2": "lerna run test:integration --stream",
"test:integration": "lerna run test:integration --stream",
"test:benchmark": "lerna run test:benchmark",
"test:integration:stress": "lerna run test:integration:stress --stream",
"test:e2e:geth:http": "./scripts/test-runner.sh geth http",
Expand Down

1 comment on commit 8589dae

@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: 8589dae Previous: 6c075db Ratio
processingTx 9468 ops/sec (±4.26%) 9301 ops/sec (±4.81%) 0.98
processingContractDeploy 39603 ops/sec (±8.33%) 39129 ops/sec (±7.62%) 0.99
processingContractMethodSend 20398 ops/sec (±6.67%) 19443 ops/sec (±5.19%) 0.95
processingContractMethodCall 40391 ops/sec (±5.71%) 38971 ops/sec (±6.34%) 0.96
abiEncode 44782 ops/sec (±6.64%) 44252 ops/sec (±6.92%) 0.99
abiDecode 31651 ops/sec (±7.52%) 30419 ops/sec (±8.89%) 0.96
sign 1621 ops/sec (±4.35%) 1656 ops/sec (±4.08%) 1.02
verify 375 ops/sec (±0.42%) 373 ops/sec (±0.78%) 0.99

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

Please sign in to comment.