-
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.
fix: use memory logger instance when disabled
- Loading branch information
Showing
2 changed files
with
21 additions
and
2 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
c2ef3a0
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
480471
ops/sec (±1.80%
)705998
ops/sec (±1.56%
)1.47
Logging a string on root logger
830939
ops/sec (±5.86%
)769369
ops/sec (±9.53%
)0.93
Logging an object on root logger
508485
ops/sec (±7.87%
)599796
ops/sec (±6.73%
)1.18
Logging an object with a message on root logger
15488
ops/sec (±187.13%
)9546
ops/sec (±206.83%
)0.62
Logging an object with a redacted prop on root logger
376461
ops/sec (±7.28%
)499136
ops/sec (±7.10%
)1.33
Logging a nested 3-level object on root logger
328781
ops/sec (±7.64%
)376470
ops/sec (±9.01%
)1.15
This comment was automatically generated by workflow using github-action-benchmark.
c2ef3a0
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
348225
ops/sec (±0.35%
)379781
ops/sec (±5.78%
)1.09
Logging a string on root logger
825105
ops/sec (±6.01%
)425006
ops/sec (±12.02%
)0.52
Logging an object on root logger
652905
ops/sec (±7.64%
)326181
ops/sec (±19.18%
)0.50
Logging an object with a message on root logger
23494
ops/sec (±184.38%
)207252
ops/sec (±11.72%
)8.82
Logging an object with a redacted prop on root logger
476442
ops/sec (±6.37%
)257608
ops/sec (±18.55%
)0.54
Logging a nested 3-level object on root logger
328575
ops/sec (±5.44%
)6125
ops/sec (±189.83%
)0.01864110172715514
This comment was automatically generated by workflow using github-action-benchmark.
c2ef3a0
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 - windows-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.Logging an object with a message on root logger
23494
ops/sec (±184.38%
)207252
ops/sec (±11.72%
)8.82
This comment was automatically generated by workflow using github-action-benchmark.