-
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.
- Loading branch information
Showing
2 changed files
with
1 addition
and
3 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
4e697cd
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
469254
ops/sec (±0.57%
)479686
ops/sec (±1.90%
)1.02
Logging a string on root logger
831676
ops/sec (±8.24%
)833111
ops/sec (±10.23%
)1.00
Logging an object on root logger
624083
ops/sec (±8.95%
)629697
ops/sec (±6.43%
)1.01
Logging an object with a message on root logger
3277
ops/sec (±234.93%
)1938
ops/sec (±255.72%
)0.59
Logging an object with a redacted prop on root logger
428759
ops/sec (±9.65%
)446902
ops/sec (±10.27%
)1.04
Logging a nested 3-level object on root logger
390398
ops/sec (±8.03%
)384443
ops/sec (±8.89%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.
4e697cd
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
329984
ops/sec (±0.78%
)323617
ops/sec (±1.03%
)0.98
Logging a string on root logger
801521
ops/sec (±5.09%
)828942
ops/sec (±6.68%
)1.03
Logging an object on root logger
565751
ops/sec (±9.07%
)626486
ops/sec (±5.04%
)1.11
Logging an object with a message on root logger
6053
ops/sec (±205.20%
)19580
ops/sec (±185.13%
)3.23
Logging an object with a redacted prop on root logger
421431
ops/sec (±11.19%
)479325
ops/sec (±7.16%
)1.14
Logging a nested 3-level object on root logger
327142
ops/sec (±5.44%
)325845
ops/sec (±4.93%
)1.00
This comment was automatically generated by workflow using github-action-benchmark.
4e697cd
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
6053
ops/sec (±205.20%
)19580
ops/sec (±185.13%
)3.23
This comment was automatically generated by workflow using github-action-benchmark.