Skip to content

Commit

Permalink
chore: top-level export of config
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Apr 9, 2024
1 parent 961e941 commit 396c5ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
"import": "./lib/config/configAggregator.js",
"default": "./lib/config/configAggregator.js"
},
"./config": {
"types": "./lib/config/config.d.ts",
"require": "./lib/config/config.js",
"import": "./lib/config/config.js",
"default": "./lib/config/config.js"
},
"./project": {
"types": "./lib/sfProject.d.ts",
"require": "./lib/sfProject.js",
Expand Down

2 comments on commit 396c5ea

@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: 396c5ea Previous: 1fcb696 Ratio
Child logger creation 476360 ops/sec (±1.20%) 481027 ops/sec (±1.15%) 1.01
Logging a string on root logger 830372 ops/sec (±8.33%) 800705 ops/sec (±8.50%) 0.96
Logging an object on root logger 616532 ops/sec (±7.56%) 605868 ops/sec (±6.97%) 0.98
Logging an object with a message on root logger 6365 ops/sec (±209.63%) 6164 ops/sec (±213.10%) 0.97
Logging an object with a redacted prop on root logger 519411 ops/sec (±7.39%) 480989 ops/sec (±8.79%) 0.93
Logging a nested 3-level object on root logger 380800 ops/sec (±7.25%) 445519 ops/sec (±5.78%) 1.17

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: 396c5ea Previous: 1fcb696 Ratio
Child logger creation 315291 ops/sec (±1.12%) 340100 ops/sec (±0.42%) 1.08
Logging a string on root logger 740438 ops/sec (±5.65%) 763176 ops/sec (±5.16%) 1.03
Logging an object on root logger 527221 ops/sec (±6.53%) 567306 ops/sec (±8.68%) 1.08
Logging an object with a message on root logger 13267 ops/sec (±187.74%) 8576 ops/sec (±200.42%) 0.65
Logging an object with a redacted prop on root logger 393010 ops/sec (±10.00%) 432917 ops/sec (±14.12%) 1.10
Logging a nested 3-level object on root logger 302363 ops/sec (±6.09%) 315251 ops/sec (±4.78%) 1.04

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

Please sign in to comment.