Skip to content

Commit

Permalink
chore(deps): bump get-func-name from 2.0.0 to 2.0.2 in /examples
Browse files Browse the repository at this point in the history
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/chaijs/get-func-name/releases)
- [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2)

---
updated-dependencies:
- dependency-name: get-func-name
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent cde46bd commit 813353c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -890,9 +890,9 @@ get-caller-file@^2.0.5:
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==

get-func-name@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
integrity sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==
version "2.0.2"
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==

glob-parent@~5.1.2:
version "5.1.2"
Expand Down

3 comments on commit 813353c

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - ubuntu-latest

Benchmark suite Current: 813353c Previous: 19aeb98 Ratio
Child logger creation 485875 ops/sec (±10.82%) 430576 ops/sec (±5.85%) 0.89
Logging a string on root logger 632052 ops/sec (±9.87%) 501847 ops/sec (±17.95%) 0.79
Logging an object on root logger 485860 ops/sec (±10.36%) 345994 ops/sec (±11.17%) 0.71
Logging an object with a message on root logger 291157 ops/sec (±10.85%) 257537 ops/sec (±10.17%) 0.88
Logging an object with a redacted prop on root logger 23706 ops/sec (±184.76%) 257222 ops/sec (±14.07%) 10.85
Logging a nested 3-level object on root logger 282294 ops/sec (±9.32%) 3435 ops/sec (±208.28%) 0.012168165104465558

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

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.

Benchmark suite Current: 813353c Previous: 19aeb98 Ratio
Logging an object with a redacted prop on root logger 23706 ops/sec (±184.76%) 257222 ops/sec (±14.07%) 10.85

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - windows-latest

Benchmark suite Current: 813353c Previous: 19aeb98 Ratio
Child logger creation 414569 ops/sec (±15.83%) 467514 ops/sec (±1.32%) 1.13
Logging a string on root logger 731381 ops/sec (±10.03%) 626515 ops/sec (±11.77%) 0.86
Logging an object on root logger 308590 ops/sec (±21.35%) 307157 ops/sec (±20.00%) 1.00
Logging an object with a message on root logger 167468 ops/sec (±23.60%) 157333 ops/sec (±26.31%) 0.94
Logging an object with a redacted prop on root logger 171100 ops/sec (±24.54%) 208181 ops/sec (±24.64%) 1.22
Logging a nested 3-level object on root logger 129025 ops/sec (±23.83%) 124777 ops/sec (±26.33%) 0.97

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.