-
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
1 parent
a8484c8
commit 33cac99
Showing
1 changed file
with
3 additions
and
7 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
33cac99
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
491427
ops/sec (±0.51%
)469236
ops/sec (±1.34%
)0.95
Logging a string on root logger
837404
ops/sec (±9.79%
)772749
ops/sec (±8.53%
)0.92
Logging an object on root logger
649825
ops/sec (±9.85%
)593952
ops/sec (±6.73%
)0.91
Logging an object with a message on root logger
26352
ops/sec (±184.20%
)9418
ops/sec (±201.83%
)0.36
Logging an object with a redacted prop on root logger
515283
ops/sec (±7.36%
)388988
ops/sec (±13.63%
)0.75
Logging a nested 3-level object on root logger
24867
ops/sec (±183.63%
)353950
ops/sec (±8.47%
)14.23
This comment was automatically generated by workflow using github-action-benchmark.
33cac99
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 a nested 3-level object on root logger
24867
ops/sec (±183.63%
)353950
ops/sec (±8.47%
)14.23
This comment was automatically generated by workflow using github-action-benchmark.
33cac99
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
331956
ops/sec (±1.67%
)307386
ops/sec (±0.90%
)0.93
Logging a string on root logger
781846
ops/sec (±9.08%
)627390
ops/sec (±9.49%
)0.80
Logging an object on root logger
605912
ops/sec (±6.94%
)516640
ops/sec (±7.64%
)0.85
Logging an object with a message on root logger
7638
ops/sec (±201.72%
)313807
ops/sec (±5.82%
)41.08
Logging an object with a redacted prop on root logger
405076
ops/sec (±12.76%
)4133
ops/sec (±220.21%
)0.010203023630133605
Logging a nested 3-level object on root logger
322975
ops/sec (±4.36%
)222262
ops/sec (±23.28%
)0.69
This comment was automatically generated by workflow using github-action-benchmark.
33cac99
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
7638
ops/sec (±201.72%
)313807
ops/sec (±5.82%
)41.08
This comment was automatically generated by workflow using github-action-benchmark.