Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sm/raw-registry-variants
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Mar 25, 2024
2 parents 51a83cf + a8a5a19 commit ffe0c2d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [10.5.6](https://github.com/forcedotcom/source-deploy-retrieve/compare/10.5.5...10.5.6) (2024-03-24)


### Bug Fixes

* **deps:** bump @salesforce/core from 6.7.1 to 6.7.3 ([#1264](https://github.com/forcedotcom/source-deploy-retrieve/issues/1264)) ([12079ae](https://github.com/forcedotcom/source-deploy-retrieve/commit/12079aef75b59413e05935b4e3bea382774da04c))



## [10.5.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/10.5.4...10.5.5) (2024-03-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/source-deploy-retrieve",
"version": "10.5.5",
"version": "10.5.6",
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
"main": "lib/src/index.js",
"author": "Salesforce",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,10 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.8.0"

"@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1":
version "6.7.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.1.tgz#4dcfb62bc3d488462ea6e9438ff092cf202c1696"
integrity sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==
"@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1", "@salesforce/core@^6.7.3":
version "6.7.3"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.3.tgz#5d8f30c40ac3cebb898c8e845fe9a067bc729268"
integrity sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q==
dependencies:
"@salesforce/kit" "^3.0.15"
"@salesforce/schemas" "^1.6.1"
Expand Down

2 comments on commit ffe0c2d

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: ffe0c2d Previous: c065ae0 Ratio
eda-componentSetCreate-linux 181 ms 191 ms 0.95
eda-sourceToMdapi-linux 1888 ms 1916 ms 0.99
eda-sourceToZip-linux 1407 ms 1764 ms 0.80
eda-mdapiToSource-linux 2658 ms 3312 ms 0.80
lotsOfClasses-componentSetCreate-linux 362 ms 369 ms 0.98
lotsOfClasses-sourceToMdapi-linux 3442 ms 3641 ms 0.95
lotsOfClasses-sourceToZip-linux 3096 ms 3059 ms 1.01
lotsOfClasses-mdapiToSource-linux 3315 ms 3467 ms 0.96
lotsOfClassesOneDir-componentSetCreate-linux 621 ms 574 ms 1.08
lotsOfClassesOneDir-sourceToMdapi-linux 6257 ms 6458 ms 0.97
lotsOfClassesOneDir-sourceToZip-linux 5643 ms 5383 ms 1.05
lotsOfClassesOneDir-mdapiToSource-linux 6037 ms 6296 ms 0.96

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

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: ffe0c2d Previous: c065ae0 Ratio
eda-componentSetCreate-win32 374 ms 398 ms 0.94
eda-sourceToMdapi-win32 3433 ms 3660 ms 0.94
eda-sourceToZip-win32 2164 ms 2659 ms 0.81
eda-mdapiToSource-win32 5669 ms 5949 ms 0.95
lotsOfClasses-componentSetCreate-win32 838 ms 905 ms 0.93
lotsOfClasses-sourceToMdapi-win32 7271 ms 7534 ms 0.97
lotsOfClasses-sourceToZip-win32 4637 ms 4853 ms 0.96
lotsOfClasses-mdapiToSource-win32 7067 ms 7412 ms 0.95
lotsOfClassesOneDir-componentSetCreate-win32 1486 ms 1497 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-win32 13275 ms 13838 ms 0.96
lotsOfClassesOneDir-sourceToZip-win32 8471 ms 8616 ms 0.98
lotsOfClassesOneDir-mdapiToSource-win32 13010 ms 13683 ms 0.95

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

Please sign in to comment.