Skip to content

Commit

Permalink
Update CI node version
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Dec 22, 2024
1 parent 58e4048 commit ad9d0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18.12
node-version: 22.6.0
cache: "pnpm"
- run: pnpm install

Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22.6.0
cache: "pnpm"
- run: pnpm install

Expand All @@ -206,7 +206,7 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22.6.0
cache: "pnpm"
- run: pnpm install

Expand Down

1 comment on commit ad9d0b2

@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: ad9d0b2 Previous: 0726d29 Ratio
S.schema - make 1395283 ops/sec (±0.58%) 1407402 ops/sec (±0.83%) 1.01
S.schema - make + parse 107581 ops/sec (±1.14%) 106093 ops/sec (±1.59%) 0.99
S.schema - parse 50812730 ops/sec (±1.42%) 63557250 ops/sec (±2.21%) 1.25
S.schema - parse strict 24238839 ops/sec (±1.70%) 24741041 ops/sec (±1.18%) 1.02
S.schema - make + reverse 938656 ops/sec (±0.67%) 945495 ops/sec (±0.66%) 1.01
S.schema - make + reverse convert 190815 ops/sec (±0.55%) 191409 ops/sec (±0.61%) 1.00
S.schema - reverse convert 72945979 ops/sec (±2.35%) 92101509 ops/sec (±2.95%) 1.26
S.schema - reverse convert (compiled) 126443150 ops/sec (±5.37%) 135067479 ops/sec (±5.24%) 1.07
S.schema - assert 53889834 ops/sec (±1.64%) 67203990 ops/sec (±2.34%) 1.25
S.schema - assert (compiled) 75865997 ops/sec (±2.60%) 77266522 ops/sec (±3.01%) 1.02
S.schema - assert strict 21213188 ops/sec (±0.85%) 24114980 ops/sec (±1.62%) 1.14
S.object - make 1016158 ops/sec (±0.23%) 1008065 ops/sec (±0.17%) 0.99
S.object - make + parse 88948 ops/sec (±0.41%) 89571 ops/sec (±0.46%) 1.01
S.object - parse 37278683 ops/sec (±1.65%) 37887073 ops/sec (±1.60%) 1.02
S.object - make + reverse 124584 ops/sec (±1.21%) 130094 ops/sec (±1.32%) 1.04
S.object - make + reverse convert 81924 ops/sec (±1.20%) 84582 ops/sec (±1.08%) 1.03
S.object - reverse convert 46340200 ops/sec (±1.82%) 46946748 ops/sec (±1.78%) 1.01
S.string - parse 68592077 ops/sec (±2.44%) 66861167 ops/sec (±2.49%) 0.97
S.string - reverse convert 69920359 ops/sec (±2.23%) 70006875 ops/sec (±2.35%) 1.00

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

Please sign in to comment.