-
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.
feat: unique listener names for lifecycle events
- Loading branch information
Showing
2 changed files
with
108 additions
and
10 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
84ec4ab
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
542867
ops/sec (±0.53%
)542112
ops/sec (±3.73%
)1.00
Logging a string on root logger
597916
ops/sec (±10.58%
)577947
ops/sec (±17.68%
)0.97
Logging an object on root logger
407304
ops/sec (±19.32%
)423355
ops/sec (±13.28%
)1.04
Logging an object with a message on root logger
294538
ops/sec (±14.40%
)274006
ops/sec (±17.65%
)0.93
Logging an object with a redacted prop on root logger
11700
ops/sec (±188.02%
)11447
ops/sec (±188.19%
)0.98
Logging a nested 3-level object on root logger
265723
ops/sec (±12.20%
)259153
ops/sec (±15.89%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.
84ec4ab
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
455013
ops/sec (±8.95%
)485997
ops/sec (±5.89%
)1.07
Logging a string on root logger
568568
ops/sec (±13.23%
)594561
ops/sec (±10.50%
)1.05
Logging an object on root logger
206582
ops/sec (±94.05%
)320118
ops/sec (±16.55%
)1.55
Logging an object with a message on root logger
270143
ops/sec (±17.23%
)148794
ops/sec (±18.60%
)0.55
Logging an object with a redacted prop on root logger
10839
ops/sec (±189.18%
)163900
ops/sec (±21.23%
)15.12
Logging a nested 3-level object on root logger
260027
ops/sec (±11.19%
)132265
ops/sec (±21.15%
)0.51
This comment was automatically generated by workflow using github-action-benchmark.
84ec4ab
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 redacted prop on root logger
10839
ops/sec (±189.18%
)163900
ops/sec (±21.23%
)15.12
This comment was automatically generated by workflow using github-action-benchmark.