-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: remove parameters on config.write
The Config family of classes' write(sync) method used to accept a param. The value in the param would overwrite the existing file.
- Loading branch information
Showing
10 changed files
with
38 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8e346ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logger Benchmarks - ubuntu-latest
Child logger creation
530040
ops/sec (±0.21%
)397406
ops/sec (±18.39%
)0.75
Logging a string on root logger
493295
ops/sec (±10.24%
)414236
ops/sec (±12.52%
)0.84
Logging an object on root logger
351593
ops/sec (±20.62%
)294898
ops/sec (±13.67%
)0.84
Logging an object with a message on root logger
212392
ops/sec (±13.57%
)163921
ops/sec (±18.79%
)0.77
Logging an object with a redacted prop on root logger
13921
ops/sec (±186.34%
)164027
ops/sec (±17.26%
)11.78
Logging a nested 3-level object on root logger
210216
ops/sec (±13.97%
)117715
ops/sec (±23.84%
)0.56
This comment was automatically generated by workflow using github-action-benchmark.
8e346ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Logger Benchmarks - ubuntu-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.Logging an object with a redacted prop on root logger
13921
ops/sec (±186.34%
)164027
ops/sec (±17.26%
)11.78
This comment was automatically generated by workflow using github-action-benchmark.
8e346ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logger Benchmarks - windows-latest
Child logger creation
354069
ops/sec (±11.38%
)415626
ops/sec (±1.26%
)1.17
Logging a string on root logger
417103
ops/sec (±9.66%
)452588
ops/sec (±16.61%
)1.09
Logging an object on root logger
305300
ops/sec (±18.95%
)358573
ops/sec (±16.15%
)1.17
Logging an object with a message on root logger
212172
ops/sec (±13.30%
)293219
ops/sec (±8.92%
)1.38
Logging an object with a redacted prop on root logger
233725
ops/sec (±21.69%
)291480
ops/sec (±18.57%
)1.25
Logging a nested 3-level object on root logger
187343
ops/sec (±21.04%
)2803
ops/sec (±206.79%
)0.014961861398611104
This comment was automatically generated by workflow using github-action-benchmark.