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.33 to 5.3.34.
- [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.33...5.3.34)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 104621f commit f033f8f
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 @@ -41,7 +41,7 @@
},
"devDependencies": {
"@jsforce/jsforce-node": "^3.5.2",
"@salesforce/cli-plugins-testkit": "^5.3.33",
"@salesforce/cli-plugins-testkit": "^5.3.34",
"@salesforce/dev-scripts": "^10.2.10",
"@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 @@ -506,12 +506,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.33":
version "5.3.33"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.33.tgz#de3211fe4774e9090f8b1fc6a41a7212e2b9524e"
integrity sha512-Ee/2s2aGcVTH49Dujd1Vbf6BLnQG5uwv+u+Ah4uWXjlE1ogcsZto48OhpABlxoS9UaQVBcBuZFZGGQt/mU0HKQ==
"@salesforce/cli-plugins-testkit@^5.3.34":
version "5.3.34"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.34.tgz#456503a30dade3459e1736a77a362fce2b41947b"
integrity sha512-OiXjWiLM1euGNr+DRK8iaOYAhp1gnhkD9oxbk+TZC2gQ/RYQ39dd/FEIGqyleCmeeFQMWupKXXni1dEighgoCw==
dependencies:
"@salesforce/core" "^8.6.1"
"@salesforce/core" "^8.6.2"
"@salesforce/kit" "^3.2.3"
"@salesforce/ts-types" "^2.0.11"
"@types/shelljs" "^0.8.15"
Expand Down

2 comments on commit f033f8f

@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: f033f8f Previous: 860b144 Ratio
eda-componentSetCreate-linux 234 ms 240 ms 0.97
eda-sourceToMdapi-linux 2347 ms 2412 ms 0.97
eda-sourceToZip-linux 1871 ms 2002 ms 0.93
eda-mdapiToSource-linux 2941 ms 3038 ms 0.97
lotsOfClasses-componentSetCreate-linux 424 ms 433 ms 0.98
lotsOfClasses-sourceToMdapi-linux 3669 ms 3715 ms 0.99
lotsOfClasses-sourceToZip-linux 3109 ms 3211 ms 0.97
lotsOfClasses-mdapiToSource-linux 3563 ms 3627 ms 0.98
lotsOfClassesOneDir-componentSetCreate-linux 737 ms 772 ms 0.95
lotsOfClassesOneDir-sourceToMdapi-linux 6435 ms 6630 ms 0.97
lotsOfClassesOneDir-sourceToZip-linux 5677 ms 5833 ms 0.97
lotsOfClassesOneDir-mdapiToSource-linux 6433 ms 6599 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: f033f8f Previous: 860b144 Ratio
eda-componentSetCreate-win32 700 ms 622 ms 1.13
eda-sourceToMdapi-win32 4671 ms 4296 ms 1.09
eda-sourceToZip-win32 3205 ms 2986 ms 1.07
eda-mdapiToSource-win32 6331 ms 5712 ms 1.11
lotsOfClasses-componentSetCreate-win32 1211 ms 1256 ms 0.96
lotsOfClasses-sourceToMdapi-win32 7579 ms 7843 ms 0.97
lotsOfClasses-sourceToZip-win32 4900 ms 5119 ms 0.96
lotsOfClasses-mdapiToSource-win32 7837 ms 7896 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 2118 ms 2119 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-win32 13505 ms 13943 ms 0.97
lotsOfClassesOneDir-sourceToZip-win32 9063 ms 9355 ms 0.97
lotsOfClassesOneDir-mdapiToSource-win32 13859 ms 14168 ms 0.98

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

Please sign in to comment.