-
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
3 changed files
with
21 additions
and
21 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
d0f2239
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
468664
ops/sec (±0.70%
)482047
ops/sec (±3.48%
)1.03
Logging a string on root logger
789526
ops/sec (±6.90%
)830754
ops/sec (±7.08%
)1.05
Logging an object on root logger
602368
ops/sec (±7.67%
)675451
ops/sec (±5.29%
)1.12
Logging an object with a message on root logger
8969
ops/sec (±203.81%
)4452
ops/sec (±228.23%
)0.50
Logging an object with a redacted prop on root logger
495148
ops/sec (±6.04%
)489569
ops/sec (±11.85%
)0.99
Logging a nested 3-level object on root logger
368162
ops/sec (±6.90%
)381382
ops/sec (±7.82%
)1.04
This comment was automatically generated by workflow using github-action-benchmark.
d0f2239
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
342302
ops/sec (±0.64%
)314512
ops/sec (±0.64%
)0.92
Logging a string on root logger
828857
ops/sec (±5.94%
)777401
ops/sec (±7.76%
)0.94
Logging an object on root logger
613209
ops/sec (±8.95%
)583568
ops/sec (±6.85%
)0.95
Logging an object with a message on root logger
4064
ops/sec (±215.26%
)8614
ops/sec (±199.62%
)2.12
Logging an object with a redacted prop on root logger
485028
ops/sec (±5.96%
)443794
ops/sec (±11.24%
)0.91
Logging a nested 3-level object on root logger
329493
ops/sec (±5.10%
)322276
ops/sec (±5.83%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.
d0f2239
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
4064
ops/sec (±215.26%
)8614
ops/sec (±199.62%
)2.12
This comment was automatically generated by workflow using github-action-benchmark.