Skip to content

Commit

Permalink
Merge branch 'main' into sh/custom-label-string-replace
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Mar 19, 2024
2 parents a711ed1 + 570452a commit ce57e4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ts-retry-promise": "^0.7.1"
},
"devDependencies": {
"@salesforce/cli-plugins-testkit": "^5.1.10",
"@salesforce/cli-plugins-testkit": "^5.1.11",
"@salesforce/dev-scripts": "^8.4.2",
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/fast-levenshtein": "^0.0.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -543,12 +543,12 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@salesforce/cli-plugins-testkit@^5.1.10":
version "5.1.10"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz#949738717513b1518c09bd70690cb2963073a59d"
integrity sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ==
"@salesforce/cli-plugins-testkit@^5.1.11":
version "5.1.11"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.11.tgz#74430d60cfc17d3ea931cb26aad7890a325696ca"
integrity sha512-tmvR1em0GLPQ1O1IHBpc6iQZ56XEu3mWOHb2kun2dIlbZ4DImbrDMFijSzgws7DJ3EXvrace+7Z4Sl3uh/gncA==
dependencies:
"@salesforce/core" "^6.7.0"
"@salesforce/core" "^6.7.1"
"@salesforce/kit" "^3.0.15"
"@salesforce/ts-types" "^2.0.9"
"@types/shelljs" "^0.8.15"
Expand All @@ -558,10 +558,10 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.8.0"

"@salesforce/core@^6.7.0":
version "6.7.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.0.tgz#f838f5704aa2f14296fd85691c9bcd8da33dca5d"
integrity sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==
"@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==
dependencies:
"@salesforce/kit" "^3.0.15"
"@salesforce/schemas" "^1.6.1"
Expand Down

2 comments on commit ce57e4e

@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: ce57e4e Previous: 9b7d357 Ratio
eda-componentSetCreate-linux 196 ms 189 ms 1.04
eda-sourceToMdapi-linux 1912 ms 1951 ms 0.98
eda-sourceToZip-linux 1737 ms 1746 ms 0.99
eda-mdapiToSource-linux 2809 ms 2824 ms 0.99
lotsOfClasses-componentSetCreate-linux 357 ms 374 ms 0.95
lotsOfClasses-sourceToMdapi-linux 3810 ms 3689 ms 1.03
lotsOfClasses-sourceToZip-linux 3127 ms 3072 ms 1.02
lotsOfClasses-mdapiToSource-linux 3500 ms 3525 ms 0.99
lotsOfClassesOneDir-componentSetCreate-linux 606 ms 602 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-linux 6603 ms 6638 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 5886 ms 5757 ms 1.02
lotsOfClassesOneDir-mdapiToSource-linux 6414 ms 6408 ms 1.00

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: ce57e4e Previous: 9b7d357 Ratio
eda-componentSetCreate-win32 450 ms 395 ms 1.14
eda-sourceToMdapi-win32 3609 ms 3487 ms 1.03
eda-sourceToZip-win32 2668 ms 2625 ms 1.02
eda-mdapiToSource-win32 6028 ms 5795 ms 1.04
lotsOfClasses-componentSetCreate-win32 905 ms 870 ms 1.04
lotsOfClasses-sourceToMdapi-win32 7580 ms 7552 ms 1.00
lotsOfClasses-sourceToZip-win32 4747 ms 4755 ms 1.00
lotsOfClasses-mdapiToSource-win32 7545 ms 7439 ms 1.01
lotsOfClassesOneDir-componentSetCreate-win32 1511 ms 1478 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-win32 13884 ms 13817 ms 1.00
lotsOfClassesOneDir-sourceToZip-win32 8910 ms 8621 ms 1.03
lotsOfClassesOneDir-mdapiToSource-win32 13920 ms 13437 ms 1.04

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

Please sign in to comment.