-
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!: drop support for lodash-style deep get/set
- Loading branch information
Showing
3 changed files
with
15 additions
and
88 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
b0790f3
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
479910
ops/sec (±1.29%
)439957
ops/sec (±4.05%
)0.92
Logging a string on root logger
514693
ops/sec (±10.56%
)451881
ops/sec (±15.17%
)0.88
Logging an object on root logger
374561
ops/sec (±12.47%
)254038
ops/sec (±11.54%
)0.68
Logging an object with a message on root logger
251654
ops/sec (±13.03%
)196574
ops/sec (±10.05%
)0.78
Logging an object with a redacted prop on root logger
9029
ops/sec (±189.69%
)237540
ops/sec (±13.68%
)26.31
Logging a nested 3-level object on root logger
238726
ops/sec (±14.31%
)7037
ops/sec (±187.21%
)0.029477308713755517
This comment was automatically generated by workflow using github-action-benchmark.
b0790f3
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
9029
ops/sec (±189.69%
)237540
ops/sec (±13.68%
)26.31
This comment was automatically generated by workflow using github-action-benchmark.
b0790f3
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
409466
ops/sec (±2.46%
)360011
ops/sec (±9.42%
)0.88
Logging a string on root logger
512110
ops/sec (±7.97%
)438491
ops/sec (±9.03%
)0.86
Logging an object on root logger
288918
ops/sec (±20.60%
)331694
ops/sec (±12.37%
)1.15
Logging an object with a message on root logger
165984
ops/sec (±24.61%
)218893
ops/sec (±15.88%
)1.32
Logging an object with a redacted prop on root logger
190959
ops/sec (±20.43%
)238278
ops/sec (±17.12%
)1.25
Logging a nested 3-level object on root logger
121341
ops/sec (±25.17%
)173777
ops/sec (±17.96%
)1.43
This comment was automatically generated by workflow using github-action-benchmark.