Skip to content

Commit

Permalink
fix(deps): bump get-func-name from 2.0.0 to 2.0.2
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 27, 2023
1 parent 24f18c1 commit 19aeb98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2338,9 +2338,9 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==

get-func-name@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/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==

get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0, get-intrinsic@^1.2.1:
version "1.2.1"
Expand Down

3 comments on commit 19aeb98

@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: 19aeb98 Previous: 394f2ad Ratio
Child logger creation 430576 ops/sec (±5.85%) 425096 ops/sec (±1.42%) 0.99
Logging a string on root logger 501847 ops/sec (±17.95%) 418546 ops/sec (±5.92%) 0.83
Logging an object on root logger 345994 ops/sec (±11.17%) 290436 ops/sec (±7.05%) 0.84
Logging an object with a message on root logger 257537 ops/sec (±10.17%) 191667 ops/sec (±11.69%) 0.74
Logging an object with a redacted prop on root logger 257222 ops/sec (±14.07%) 191804 ops/sec (±31.29%) 0.75
Logging a nested 3-level object on root logger 3435 ops/sec (±208.28%) 7166 ops/sec (±187.79%) 2.09

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: 19aeb98 Previous: 394f2ad Ratio
Logging a nested 3-level object on root logger 3435 ops/sec (±208.28%) 7166 ops/sec (±187.79%) 2.09

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: 19aeb98 Previous: 394f2ad Ratio
Child logger creation 467514 ops/sec (±1.32%) 340608 ops/sec (±1.54%) 0.73
Logging a string on root logger 626515 ops/sec (±11.77%) 387557 ops/sec (±16.34%) 0.62
Logging an object on root logger 307157 ops/sec (±20.00%) 226617 ops/sec (±20.61%) 0.74
Logging an object with a message on root logger 157333 ops/sec (±26.31%) 152817 ops/sec (±29.97%) 0.97
Logging an object with a redacted prop on root logger 208181 ops/sec (±24.64%) 179383 ops/sec (±28.50%) 0.86
Logging a nested 3-level object on root logger 124777 ops/sec (±26.33%) 125397 ops/sec (±26.53%) 1.00

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

Please sign in to comment.