-
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
15 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
ebdb003
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
467269
ops/sec (±2.84%
)470394
ops/sec (±0.97%
)1.01
Logging a string on root logger
821285
ops/sec (±8.05%
)776371
ops/sec (±8.73%
)0.95
Logging an object on root logger
646915
ops/sec (±6.68%
)628784
ops/sec (±7.04%
)0.97
Logging an object with a message on root logger
20088
ops/sec (±186.20%
)6522
ops/sec (±210.81%
)0.32
Logging an object with a redacted prop on root logger
505135
ops/sec (±9.65%
)432748
ops/sec (±8.07%
)0.86
Logging a nested 3-level object on root logger
21101
ops/sec (±185.24%
)380539
ops/sec (±8.30%
)18.03
This comment was automatically generated by workflow using github-action-benchmark.
ebdb003
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
21101
ops/sec (±185.24%
)380539
ops/sec (±8.30%
)18.03
This comment was automatically generated by workflow using github-action-benchmark.
ebdb003
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
341942
ops/sec (±0.37%
)328670
ops/sec (±0.69%
)0.96
Logging a string on root logger
815333
ops/sec (±5.74%
)765884
ops/sec (±6.46%
)0.94
Logging an object on root logger
599823
ops/sec (±6.65%
)577180
ops/sec (±5.96%
)0.96
Logging an object with a message on root logger
5513
ops/sec (±205.50%
)7153
ops/sec (±201.59%
)1.30
Logging an object with a redacted prop on root logger
448937
ops/sec (±12.12%
)441001
ops/sec (±11.42%
)0.98
Logging a nested 3-level object on root logger
309332
ops/sec (±5.79%
)343507
ops/sec (±4.86%
)1.11
This comment was automatically generated by workflow using github-action-benchmark.