-
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(deps): testSetup has non ts-sinon dependency
- Loading branch information
Showing
1 changed file
with
38 additions
and
30 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
9fcb206
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
412810
ops/sec (±13.76%
)474829
ops/sec (±1.31%
)1.15
Logging a string on root logger
537411
ops/sec (±9.94%
)486835
ops/sec (±10.67%
)0.91
Logging an object on root logger
285532
ops/sec (±15.92%
)382325
ops/sec (±11.56%
)1.34
Logging an object with a message on root logger
191690
ops/sec (±23.68%
)276471
ops/sec (±13.26%
)1.44
Logging an object with a redacted prop on root logger
180328
ops/sec (±19.31%
)271589
ops/sec (±15.43%
)1.51
Logging a nested 3-level object on root logger
141407
ops/sec (±20.92%
)3360
ops/sec (±209.82%
)0.023761199940597
This comment was automatically generated by workflow using github-action-benchmark.
9fcb206
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
560868
ops/sec (±0.91%
)373101
ops/sec (±6.19%
)0.67
Logging a string on root logger
775020
ops/sec (±5.51%
)410241
ops/sec (±13.08%
)0.53
Logging an object on root logger
527407
ops/sec (±8.26%
)263545
ops/sec (±14.01%
)0.50
Logging an object with a message on root logger
16870
ops/sec (±184.85%
)161199
ops/sec (±19.68%
)9.56
Logging an object with a redacted prop on root logger
399750
ops/sec (±20.25%
)160561
ops/sec (±23.64%
)0.40
Logging a nested 3-level object on root logger
285018
ops/sec (±7.36%
)109823
ops/sec (±24.51%
)0.39
This comment was automatically generated by workflow using github-action-benchmark.
9fcb206
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
16870
ops/sec (±184.85%
)161199
ops/sec (±19.68%
)9.56
This comment was automatically generated by workflow using github-action-benchmark.