-
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
efc977a
commit b93ac50
Showing
2 changed files
with
7 additions
and
5 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
b93ac50
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
508820
ops/sec (±0.52%
)440759
ops/sec (±15.45%
)0.87
Logging a string on root logger
586698
ops/sec (±20.54%
)564887
ops/sec (±21.66%
)0.96
Logging an object on root logger
434951
ops/sec (±16.74%
)332671
ops/sec (±10.12%
)0.76
Logging an object with a message on root logger
251005
ops/sec (±16.07%
)222079
ops/sec (±12.17%
)0.88
Logging an object with a redacted prop on root logger
3894
ops/sec (±223.45%
)10677
ops/sec (±195.34%
)2.74
Logging a nested 3-level object on root logger
238852
ops/sec (±13.14%
)141548
ops/sec (±35.35%
)0.59
This comment was automatically generated by workflow using github-action-benchmark.
b93ac50
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 an object with a redacted prop on root logger
3894
ops/sec (±223.45%
)10677
ops/sec (±195.34%
)2.74
This comment was automatically generated by workflow using github-action-benchmark.
b93ac50
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
508245
ops/sec (±0.65%
)399493
ops/sec (±40.10%
)0.79
Logging a string on root logger
580179
ops/sec (±7.68%
)574358
ops/sec (±11.75%
)0.99
Logging an object on root logger
358235
ops/sec (±19.49%
)396641
ops/sec (±17.27%
)1.11
Logging an object with a message on root logger
265142
ops/sec (±12.11%
)271881
ops/sec (±15.02%
)1.03
Logging an object with a redacted prop on root logger
271139
ops/sec (±19.92%
)265927
ops/sec (±22.04%
)0.98
Logging a nested 3-level object on root logger
13223
ops/sec (±186.30%
)12963
ops/sec (±186.55%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.