Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: examples/package.json & examples/yarn.lock to reduce vulnerabili…
…ties The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
- Loading branch information
7aaceee
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
482418
ops/sec (±0.91%
)476355
ops/sec (±2.12%
)0.99
Logging a string on root logger
810908
ops/sec (±8.33%
)856792
ops/sec (±8.99%
)1.06
Logging an object on root logger
664161
ops/sec (±5.58%
)591326
ops/sec (±7.25%
)0.89
Logging an object with a message on root logger
4912
ops/sec (±220.44%
)4188
ops/sec (±224.09%
)0.85
Logging an object with a redacted prop on root logger
459667
ops/sec (±8.45%
)466863
ops/sec (±9.47%
)1.02
Logging a nested 3-level object on root logger
383984
ops/sec (±10.55%
)365974
ops/sec (±9.09%
)0.95
This comment was automatically generated by workflow using github-action-benchmark.
7aaceee
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
349698
ops/sec (±0.50%
)322390
ops/sec (±2.95%
)0.92
Logging a string on root logger
816916
ops/sec (±7.17%
)786173
ops/sec (±5.91%
)0.96
Logging an object on root logger
649165
ops/sec (±5.44%
)591125
ops/sec (±6.11%
)0.91
Logging an object with a message on root logger
3549
ops/sec (±223.60%
)8151
ops/sec (±201.85%
)2.30
Logging an object with a redacted prop on root logger
469209
ops/sec (±11.55%
)470388
ops/sec (±7.19%
)1.00
Logging a nested 3-level object on root logger
342908
ops/sec (±6.32%
)345341
ops/sec (±5.11%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.
7aaceee
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
3549
ops/sec (±223.60%
)8151
ops/sec (±201.85%
)2.30
This comment was automatically generated by workflow using github-action-benchmark.