Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sm/set-scratchiness-d…
Browse files Browse the repository at this point in the history
…uring-creation
  • Loading branch information
mshanemc committed Nov 27, 2023
2 parents c0f3845 + 208c9b3 commit 7c79453
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [6.2.1](https://github.com/forcedotcom/sfdx-core/compare/6.2.0...6.2.1) (2023-11-26)


### Bug Fixes

* **deps:** bump @types/semver from 7.5.5 to 7.5.6 ([c12440d](https://github.com/forcedotcom/sfdx-core/commit/c12440de94c8479f4a885157082ee28065e43cff))



# [6.2.0](https://github.com/forcedotcom/sfdx-core/compare/6.1.4...6.2.0) (2023-11-21)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/core",
"version": "6.2.0",
"version": "6.2.1",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
"main": "lib/exported",
"types": "lib/exported.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@salesforce/kit": "^3.0.15",
"@salesforce/schemas": "^1.6.1",
"@salesforce/ts-types": "^2.0.9",
"@types/semver": "^7.5.4",
"@types/semver": "^7.5.6",
"ajv": "^8.12.0",
"change-case": "^4.1.2",
"faye": "^1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -746,10 +746,10 @@
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.2.tgz#ed279a64fa438bb69f2480eda44937912bb7480a"
integrity sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==

"@types/semver@^7.5.0", "@types/semver@^7.5.4":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
"@types/semver@^7.5.0", "@types/semver@^7.5.6":
version "7.5.6"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==

"@types/sinon@^10.0.20":
version "10.0.20"
Expand Down

3 comments on commit 7c79453

@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: 7c79453 Previous: c12440d Ratio
Child logger creation 487522 ops/sec (±0.90%) 481233 ops/sec (±1.17%) 0.99
Logging a string on root logger 832161 ops/sec (±8.54%) 776030 ops/sec (±7.28%) 0.93
Logging an object on root logger 675573 ops/sec (±8.22%) 615430 ops/sec (±8.90%) 0.91
Logging an object with a message on root logger 16542 ops/sec (±187.55%) 3584 ops/sec (±227.84%) 0.22
Logging an object with a redacted prop on root logger 475502 ops/sec (±9.38%) 399052 ops/sec (±11.96%) 0.84
Logging a nested 3-level object on root logger 24886 ops/sec (±181.48%) 366281 ops/sec (±7.52%) 14.72

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: 7c79453 Previous: c12440d Ratio
Logging a nested 3-level object on root logger 24886 ops/sec (±181.48%) 366281 ops/sec (±7.52%) 14.72

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: 7c79453 Previous: c12440d Ratio
Child logger creation 350493 ops/sec (±0.42%) 339772 ops/sec (±2.88%) 0.97
Logging a string on root logger 837120 ops/sec (±6.60%) 791641 ops/sec (±6.61%) 0.95
Logging an object on root logger 654862 ops/sec (±6.99%) 629847 ops/sec (±5.22%) 0.96
Logging an object with a message on root logger 20444 ops/sec (±184.85%) 5511 ops/sec (±208.46%) 0.27
Logging an object with a redacted prop on root logger 459212 ops/sec (±8.44%) 428581 ops/sec (±17.43%) 0.93
Logging a nested 3-level object on root logger 310705 ops/sec (±5.75%) 321953 ops/sec (±5.87%) 1.04

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

Please sign in to comment.