Skip to content

Commit

Permalink
chore(dev-deps): bump @salesforce/cli-plugins-testkit
Browse files Browse the repository at this point in the history
Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 5.3.25 to 5.3.26.
- [Release notes](https://github.com/salesforcecli/cli-plugins-testkit/releases)
- [Changelog](https://github.com/salesforcecli/cli-plugins-testkit/blob/main/CHANGELOG.md)
- [Commits](salesforcecli/cli-plugins-testkit@5.3.25...5.3.26)

---
updated-dependencies:
- dependency-name: "@salesforce/cli-plugins-testkit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 17, 2024
1 parent 564641a commit c6acc68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 @@
},
"devDependencies": {
"@jsforce/jsforce-node": "^3.4.1",
"@salesforce/cli-plugins-testkit": "^5.3.25",
"@salesforce/cli-plugins-testkit": "^5.3.26",
"@salesforce/dev-scripts": "^10.2.9",
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/fast-levenshtein": "^0.0.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -507,12 +507,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.3.25":
version "5.3.25"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.25.tgz#a3e081d1e8bce8660d602fdf04851986c89f18a1"
integrity sha512-wwFnd7EuEVxc7IRCvOtJO65iEbjYWrIHUdkxf7bZkgrS9ZfjFNDyua/XthT+gWpVfIZiHxEjqYBdHzMNWZQkbg==
"@salesforce/cli-plugins-testkit@^5.3.26":
version "5.3.26"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.26.tgz#11f4946b24749a7f32125688ed43ae9dbc248e60"
integrity sha512-5+Cx0Gbx5v+uvB6TQr+gHIRULOCUhzLtlBRh2UZQoWlUihlOvTYIOXqWQP50qm92KlV0iv3LJ25zJQDFnvAIzQ==
dependencies:
"@salesforce/core" "^8.3.0"
"@salesforce/core" "^8.4.0"
"@salesforce/kit" "^3.2.1"
"@salesforce/ts-types" "^2.0.11"
"@types/shelljs" "^0.8.15"
Expand Down

2 comments on commit c6acc68

@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: c6acc68 Previous: 6202d90 Ratio
eda-componentSetCreate-linux 228 ms 232 ms 0.98
eda-sourceToMdapi-linux 2355 ms 2356 ms 1.00
eda-sourceToZip-linux 1883 ms 1889 ms 1.00
eda-mdapiToSource-linux 2838 ms 2910 ms 0.98
lotsOfClasses-componentSetCreate-linux 430 ms 430 ms 1
lotsOfClasses-sourceToMdapi-linux 3701 ms 3795 ms 0.98
lotsOfClasses-sourceToZip-linux 3046 ms 3150 ms 0.97
lotsOfClasses-mdapiToSource-linux 3521 ms 3624 ms 0.97
lotsOfClassesOneDir-componentSetCreate-linux 736 ms 739 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-linux 6440 ms 6542 ms 0.98
lotsOfClassesOneDir-sourceToZip-linux 5544 ms 5503 ms 1.01
lotsOfClassesOneDir-mdapiToSource-linux 6371 ms 6583 ms 0.97

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: c6acc68 Previous: 6202d90 Ratio
eda-componentSetCreate-win32 727 ms 628 ms 1.16
eda-sourceToMdapi-win32 4202 ms 4294 ms 0.98
eda-sourceToZip-win32 3274 ms 2829 ms 1.16
eda-mdapiToSource-win32 6202 ms 5550 ms 1.12
lotsOfClasses-componentSetCreate-win32 1374 ms 1213 ms 1.13
lotsOfClasses-sourceToMdapi-win32 8942 ms 7609 ms 1.18
lotsOfClasses-sourceToZip-win32 5865 ms 4983 ms 1.18
lotsOfClasses-mdapiToSource-win32 8287 ms 7886 ms 1.05
lotsOfClassesOneDir-componentSetCreate-win32 2251 ms 2077 ms 1.08
lotsOfClassesOneDir-sourceToMdapi-win32 14662 ms 13747 ms 1.07
lotsOfClassesOneDir-sourceToZip-win32 11152 ms 9191 ms 1.21
lotsOfClassesOneDir-mdapiToSource-win32 15952 ms 14043 ms 1.14

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

Please sign in to comment.