-
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.
refactor: typing for sfError.getObject, omit undefined props
- Loading branch information
Showing
2 changed files
with
21 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -249,7 +249,6 @@ describe('SfError', () => { | |
name, | ||
message, | ||
exitCode: 1, | ||
actions: undefined, | ||
}); | ||
}); | ||
}); | ||
|
d104d0a
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
472758
ops/sec (±0.42%
)478190
ops/sec (±0.48%
)1.01
Logging a string on root logger
823520
ops/sec (±8.92%
)790854
ops/sec (±7.84%
)0.96
Logging an object on root logger
569756
ops/sec (±6.85%
)570203
ops/sec (±6.97%
)1.00
Logging an object with a message on root logger
7338
ops/sec (±210.97%
)10960
ops/sec (±200.47%
)1.49
Logging an object with a redacted prop on root logger
430264
ops/sec (±7.52%
)405374
ops/sec (±17.81%
)0.94
Logging a nested 3-level object on root logger
361798
ops/sec (±8.22%
)367034
ops/sec (±10.08%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.
d104d0a
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
319458
ops/sec (±0.92%
)306458
ops/sec (±3.41%
)0.96
Logging a string on root logger
759703
ops/sec (±6.42%
)719839
ops/sec (±6.07%
)0.95
Logging an object on root logger
609842
ops/sec (±9.96%
)588030
ops/sec (±6.44%
)0.96
Logging an object with a message on root logger
8317
ops/sec (±202.37%
)9518
ops/sec (±198.54%
)1.14
Logging an object with a redacted prop on root logger
448039
ops/sec (±7.26%
)423435
ops/sec (±10.96%
)0.95
Logging a nested 3-level object on root logger
325566
ops/sec (±5.67%
)326534
ops/sec (±4.88%
)1.00
This comment was automatically generated by workflow using github-action-benchmark.