Skip to content

Commit

Permalink
update canary node version (#7142)
Browse files Browse the repository at this point in the history
* update canary

* test canary

* update

* Delete unfinished commit

---------

Co-authored-by: Alex Luu <[email protected]>
  • Loading branch information
luu-alex and Alex Luu authored Jul 8, 2024
1 parent 38fac06 commit 1436228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
Expand Down

1 comment on commit 1436228

@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: 1436228 Previous: 38fac06 Ratio
processingTx 9231 ops/sec (±4.50%) 8674 ops/sec (±4.68%) 0.94
processingContractDeploy 41209 ops/sec (±6.76%) 40592 ops/sec (±6.80%) 0.99
processingContractMethodSend 17267 ops/sec (±7.07%) 16400 ops/sec (±6.88%) 0.95
processingContractMethodCall 27522 ops/sec (±7.88%) 27278 ops/sec (±7.84%) 0.99
abiEncode 45151 ops/sec (±6.90%) 45234 ops/sec (±7.24%) 1.00
abiDecode 30258 ops/sec (±7.82%) 31124 ops/sec (±7.73%) 1.03
sign 1598 ops/sec (±0.81%) 1589 ops/sec (±0.76%) 0.99
verify 375 ops/sec (±0.45%) 369 ops/sec (±2.66%) 0.98

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

Please sign in to comment.