Skip to content

Commit

Permalink
chore: fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Aug 7, 2024
1 parent 7e2a426 commit 9fd5cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testCoreBundling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/workflows/bundle.yml
with:
branch: ${{ github.ref_name || inputs.branch }}
nodeVersion: ${{ inputs.nodeVersion }}
nodeVersion: ${{ inputs.nodeVersion || 'lts/*' }}
tests:
needs: bundle
uses: ./.github/workflows/testExternalProjects.yml
Expand Down

2 comments on commit 9fd5cb9

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

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

Logger Benchmarks - ubuntu-latest

Benchmark suite Current: 9fd5cb9 Previous: 4bf9406 Ratio
Child logger creation 454400 ops/sec (±2.64%) 465906 ops/sec (±1.38%) 1.03
Logging a string on root logger 767085 ops/sec (±7.64%) 781598 ops/sec (±8.00%) 1.02
Logging an object on root logger 567566 ops/sec (±7.83%) 569457 ops/sec (±10.56%) 1.00
Logging an object with a message on root logger 10338 ops/sec (±200.11%) 6602 ops/sec (±212.40%) 0.64
Logging an object with a redacted prop on root logger 406318 ops/sec (±10.61%) 487604 ops/sec (±6.71%) 1.20
Logging a nested 3-level object on root logger 389940 ops/sec (±5.93%) 368897 ops/sec (±6.98%) 0.95

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

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

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

Logger Benchmarks - windows-latest

Benchmark suite Current: 9fd5cb9 Previous: 4bf9406 Ratio
Child logger creation 354250 ops/sec (±0.50%) 325705 ops/sec (±1.05%) 0.92
Logging a string on root logger 812308 ops/sec (±6.47%) 733623 ops/sec (±4.72%) 0.90
Logging an object on root logger 617924 ops/sec (±6.06%) 589539 ops/sec (±5.91%) 0.95
Logging an object with a message on root logger 3809 ops/sec (±215.53%) 6303 ops/sec (±204.07%) 1.65
Logging an object with a redacted prop on root logger 473975 ops/sec (±9.63%) 472344 ops/sec (±8.66%) 1.00
Logging a nested 3-level object on root logger 331758 ops/sec (±5.03%) 337048 ops/sec (±4.39%) 1.02

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

Please sign in to comment.