Skip to content

Commit

Permalink
pkg: Update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2023
1 parent 8865d8a commit c57379e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
Expand Down

1 comment on commit c57379e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c57379e Previous: c250cff Ratio
normalizeLong 247 ops/sec (±2.82%) 349 ops/sec (±0.23%) 1.41
infer All 5392 ops/sec (±0.48%) 7138 ops/sec (±0.33%) 1.32
denormalizeLong 116 ops/sec (±4.26%) 199 ops/sec (±2.37%) 1.72
denormalizeLong donotcache 456 ops/sec (±0.67%) 528 ops/sec (±3.18%) 1.16
denormalizeShort donotcache 500x 802 ops/sec (±2.21%) 820 ops/sec (±0.25%) 1.02
denormalizeShort 500x 392 ops/sec (±4.46%) 620 ops/sec (±0.12%) 1.58
denormalizeLong with mixin Entity 116 ops/sec (±3.74%) 196 ops/sec (±0.25%) 1.69
denormalizeLong withCache 3892 ops/sec (±0.56%) 4376 ops/sec (±0.06%) 1.12
denormalizeLongAndShort withEntityCacheOnly 845 ops/sec (±0.45%) 1055 ops/sec (±0.24%) 1.25
denormalizeLong All withCache 4145 ops/sec (±0.52%) 5778 ops/sec (±0.23%) 1.39
denormalizeLong Query-sorted withCache 4460 ops/sec (±0.51%) 5412 ops/sec (±0.24%) 1.21
getResponse 3497 ops/sec (±2.18%) 4702 ops/sec (±3.30%) 1.34
getResponse (null) 2241456 ops/sec (±0.37%) 2340381 ops/sec (±0.14%) 1.04
getResponse (clear cache) 107 ops/sec (±4.44%) 191 ops/sec (±1.49%) 1.79
getSmallResponse 1624 ops/sec (±0.45%) 1744 ops/sec (±0.09%) 1.07
getSmallInferredResponse 1425 ops/sec (±0.10%) 1246 ops/sec (±0.09%) 0.87
getResponse Query-sorted 371 ops/sec (±2.05%) 514 ops/sec (±1.15%) 1.39
setLong 241 ops/sec (±3.20%) 347 ops/sec (±0.22%) 1.44
setLongWithMerge 104 ops/sec (±0.96%) 131 ops/sec (±0.15%) 1.26
setLongWithSimpleMerge 115 ops/sec (±1.04%) 141 ops/sec (±0.29%) 1.23

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

Please sign in to comment.