-
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.
fix: compile error TS2589 - Type instantiation is excessively deep an…
…d possibly infinite
- Loading branch information
Showing
3 changed files
with
82 additions
and
37 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
6b4aa8a
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
479630
ops/sec (±1.58%
)475808
ops/sec (±0.77%
)0.99
Logging a string on root logger
780523
ops/sec (±10.58%
)789376
ops/sec (±8.56%
)1.01
Logging an object on root logger
555677
ops/sec (±7.62%
)605255
ops/sec (±6.23%
)1.09
Logging an object with a message on root logger
8371
ops/sec (±203.98%
)6189
ops/sec (±208.49%
)0.74
Logging an object with a redacted prop on root logger
452069
ops/sec (±6.72%
)467744
ops/sec (±7.90%
)1.03
Logging a nested 3-level object on root logger
378472
ops/sec (±6.13%
)363830
ops/sec (±6.87%
)0.96
This comment was automatically generated by workflow using github-action-benchmark.
6b4aa8a
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
324106
ops/sec (±0.82%
)327672
ops/sec (±0.85%
)1.01
Logging a string on root logger
762422
ops/sec (±5.71%
)819206
ops/sec (±5.93%
)1.07
Logging an object on root logger
611410
ops/sec (±9.39%
)626163
ops/sec (±6.87%
)1.02
Logging an object with a message on root logger
5701
ops/sec (±205.87%
)4131
ops/sec (±213.62%
)0.72
Logging an object with a redacted prop on root logger
435558
ops/sec (±16.78%
)455776
ops/sec (±10.85%
)1.05
Logging a nested 3-level object on root logger
334658
ops/sec (±5.02%
)330566
ops/sec (±6.20%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.