Skip to content

Commit

Permalink
chore: yarn deduplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed May 30, 2024
1 parent e16a7a4 commit 679d684
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -935,17 +935,7 @@ ajv@^6.12.4:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

ajv@^8.11.0:
version "8.13.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91"
integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
dependencies:
fast-deep-equal "^3.1.3"
json-schema-traverse "^1.0.0"
require-from-string "^2.0.2"
uri-js "^4.4.1"

ajv@^8.14.0:
ajv@^8.11.0, ajv@^8.14.0:
version "8.14.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.14.0.tgz#f514ddfd4756abb200e1704414963620a625ebbb"
integrity sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==
Expand Down

3 comments on commit 679d684

@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: 679d684 Previous: 636a61e Ratio
Child logger creation 486563 ops/sec (±0.50%) 496074 ops/sec (±0.93%) 1.02
Logging a string on root logger 892252 ops/sec (±8.87%) 780811 ops/sec (±9.77%) 0.88
Logging an object on root logger 40401 ops/sec (±183.64%) 597216 ops/sec (±9.43%) 14.78
Logging an object with a message on root logger 429958 ops/sec (±6.47%) 4683 ops/sec (±220.57%) 0.010891761520892738
Logging an object with a redacted prop on root logger 497036 ops/sec (±10.10%) 442329 ops/sec (±14.64%) 0.89
Logging a nested 3-level object on root logger 19918 ops/sec (±185.84%) 379046 ops/sec (±7.68%) 19.03

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: 679d684 Previous: 636a61e Ratio
Logging an object on root logger 40401 ops/sec (±183.64%) 597216 ops/sec (±9.43%) 14.78
Logging a nested 3-level object on root logger 19918 ops/sec (±185.84%) 379046 ops/sec (±7.68%) 19.03

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: 679d684 Previous: 636a61e Ratio
Child logger creation 327208 ops/sec (±3.00%) 343167 ops/sec (±0.94%) 1.05
Logging a string on root logger 804637 ops/sec (±7.07%) 826756 ops/sec (±7.11%) 1.03
Logging an object on root logger 574238 ops/sec (±8.88%) 593723 ops/sec (±7.04%) 1.03
Logging an object with a message on root logger 6330 ops/sec (±203.93%) 4007 ops/sec (±213.72%) 0.63
Logging an object with a redacted prop on root logger 439513 ops/sec (±7.21%) 446553 ops/sec (±14.48%) 1.02
Logging a nested 3-level object on root logger 317755 ops/sec (±6.04%) 333821 ops/sec (±6.75%) 1.05

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

Please sign in to comment.