-
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: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
- Loading branch information
Showing
2 changed files
with
11 additions
and
32 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
3b5cfbb
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
461847
ops/sec (±0.59%
)475442
ops/sec (±1.32%
)1.03
Logging a string on root logger
722060
ops/sec (±10.01%
)822251
ops/sec (±7.92%
)1.14
Logging an object on root logger
556381
ops/sec (±6.81%
)603278
ops/sec (±6.68%
)1.08
Logging an object with a message on root logger
12367
ops/sec (±198.13%
)6636
ops/sec (±212.71%
)0.54
Logging an object with a redacted prop on root logger
419444
ops/sec (±6.33%
)411811
ops/sec (±14.46%
)0.98
Logging a nested 3-level object on root logger
345903
ops/sec (±7.30%
)403505
ops/sec (±7.06%
)1.17
This comment was automatically generated by workflow using github-action-benchmark.
3b5cfbb
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
350620
ops/sec (±0.39%
)322782
ops/sec (±0.84%
)0.92
Logging a string on root logger
813328
ops/sec (±6.98%
)776294
ops/sec (±5.23%
)0.95
Logging an object on root logger
636300
ops/sec (±6.49%
)587269
ops/sec (±6.52%
)0.92
Logging an object with a message on root logger
3886
ops/sec (±217.43%
)7243
ops/sec (±201.94%
)1.86
Logging an object with a redacted prop on root logger
472931
ops/sec (±5.70%
)477734
ops/sec (±8.35%
)1.01
Logging a nested 3-level object on root logger
318266
ops/sec (±4.79%
)324462
ops/sec (±5.71%
)1.02
This comment was automatically generated by workflow using github-action-benchmark.