-
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.
chore: pin ts for ts-patch vs ts 5.5 bug
- Loading branch information
Showing
2 changed files
with
7 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
6ee3c61
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
471782
ops/sec (±1.32%
)481565
ops/sec (±1.43%
)1.02
Logging a string on root logger
784242
ops/sec (±8.55%
)869848
ops/sec (±9.52%
)1.11
Logging an object on root logger
619397
ops/sec (±8.68%
)592584
ops/sec (±7.69%
)0.96
Logging an object with a message on root logger
5988
ops/sec (±211.84%
)24150
ops/sec (±183.81%
)4.03
Logging an object with a redacted prop on root logger
449800
ops/sec (±7.35%
)470254
ops/sec (±11.44%
)1.05
Logging a nested 3-level object on root logger
344327
ops/sec (±8.73%
)23631
ops/sec (±183.45%
)0.06862952948795767
This comment was automatically generated by workflow using github-action-benchmark.
6ee3c61
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 message on root logger
5988
ops/sec (±211.84%
)24150
ops/sec (±183.81%
)4.03
This comment was automatically generated by workflow using github-action-benchmark.
6ee3c61
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
324718
ops/sec (±0.80%
)325931
ops/sec (±1.17%
)1.00
Logging a string on root logger
747402
ops/sec (±4.67%
)742782
ops/sec (±4.96%
)0.99
Logging an object on root logger
584520
ops/sec (±13.52%
)593401
ops/sec (±7.82%
)1.02
Logging an object with a message on root logger
7529
ops/sec (±201.11%
)7317
ops/sec (±201.08%
)0.97
Logging an object with a redacted prop on root logger
444036
ops/sec (±5.62%
)440422
ops/sec (±17.11%
)0.99
Logging a nested 3-level object on root logger
316245
ops/sec (±5.09%
)324988
ops/sec (±6.73%
)1.03
This comment was automatically generated by workflow using github-action-benchmark.