Skip to content

Commit

Permalink
ci: ignore npm-dts auto-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Oct 28, 2024
1 parent 05b0d62 commit 244deab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ updates:
prefix-development: chore(dev-deps)
ignore:
- dependency-name: '@salesforce/dev-scripts'
- dependency-name: 'npm-dts' # the latest version not compatible with node v18
- dependency-name: '*'
update-types: ['version-update:semver-major']

2 comments on commit 244deab

@svc-idee-bot
Copy link

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: 244deab Previous: 49d9063 Ratio
Child logger creation 508216 ops/sec (±1.24%) 478428 ops/sec (±1.68%) 0.94
Logging a string on root logger 969865 ops/sec (±7.69%) 941858 ops/sec (±9.34%) 0.97
Logging an object on root logger 38492 ops/sec (±185.66%) 39044 ops/sec (±186.02%) 1.01
Logging an object with a message on root logger 470349 ops/sec (±5.69%) 465273 ops/sec (±6.92%) 0.99
Logging an object with a redacted prop on root logger 564466 ops/sec (±7.90%) 577879 ops/sec (±7.03%) 1.02
Logging a nested 3-level object on root logger 15647 ops/sec (±198.16%) 13513 ops/sec (±199.19%) 0.86

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

@svc-idee-bot
Copy link

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: 244deab Previous: 49d9063 Ratio
Child logger creation 352903 ops/sec (±0.31%) 325361 ops/sec (±1.46%) 0.92
Logging a string on root logger 909753 ops/sec (±7.21%) 769804 ops/sec (±10.01%) 0.85
Logging an object on root logger 616175 ops/sec (±10.99%) 574701 ops/sec (±7.44%) 0.93
Logging an object with a message on root logger 12422 ops/sec (±188.98%) 9599 ops/sec (±201.20%) 0.77
Logging an object with a redacted prop on root logger 461049 ops/sec (±8.36%) 543638 ops/sec (±7.46%) 1.18
Logging a nested 3-level object on root logger 315011 ops/sec (±5.60%) 323796 ops/sec (±6.31%) 1.03

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

Please sign in to comment.