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 27, 2023
1 parent 24f18c1 commit 394f2ad
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

4 comments on commit 394f2ad

@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: 394f2ad Previous: 84ec4ab Ratio
Child logger creation 425096 ops/sec (±1.42%) 542867 ops/sec (±0.53%) 1.28
Logging a string on root logger 418546 ops/sec (±5.92%) 597916 ops/sec (±10.58%) 1.43
Logging an object on root logger 290436 ops/sec (±7.05%) 407304 ops/sec (±19.32%) 1.40
Logging an object with a message on root logger 191667 ops/sec (±11.69%) 294538 ops/sec (±14.40%) 1.54
Logging an object with a redacted prop on root logger 191804 ops/sec (±31.29%) 11700 ops/sec (±188.02%) 0.060999770599153305
Logging a nested 3-level object on root logger 7166 ops/sec (±187.79%) 265723 ops/sec (±12.20%) 37.08

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: 394f2ad Previous: 84ec4ab Ratio
Logging a nested 3-level object on root logger 7166 ops/sec (±187.79%) 265723 ops/sec (±12.20%) 37.08

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: 394f2ad Previous: 84ec4ab Ratio
Child logger creation 340608 ops/sec (±1.54%) 455013 ops/sec (±8.95%) 1.34
Logging a string on root logger 387557 ops/sec (±16.34%) 568568 ops/sec (±13.23%) 1.47
Logging an object on root logger 226617 ops/sec (±20.61%) 206582 ops/sec (±94.05%) 0.91
Logging an object with a message on root logger 152817 ops/sec (±29.97%) 270143 ops/sec (±17.23%) 1.77
Logging an object with a redacted prop on root logger 179383 ops/sec (±28.50%) 10839 ops/sec (±189.18%) 0.06042378597748951
Logging a nested 3-level object on root logger 125397 ops/sec (±26.53%) 260027 ops/sec (±11.19%) 2.07

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 - windows-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 394f2ad Previous: 84ec4ab Ratio
Logging a nested 3-level object on root logger 125397 ops/sec (±26.53%) 260027 ops/sec (±11.19%) 2.07

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

Please sign in to comment.