Skip to content

Commit

Permalink
chore: updates from devScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Sep 8, 2024
1 parent 18cf340 commit cbbb35c
Show file tree
Hide file tree
Showing 3 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 @@ -42,7 +42,7 @@
"devDependencies": {
"@jsforce/jsforce-node": "^3.4.1",
"@salesforce/cli-plugins-testkit": "^5.3.30",
"@salesforce/dev-scripts": "^10.2.9",
"@salesforce/dev-scripts": "^10.2.10",
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/fast-levenshtein": "^0.0.4",
"@types/graceful-fs": "^4.1.9",
Expand Down
2 changes: 1 addition & 1 deletion test/nuts/local/replacements/replacements.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ describe('e2e replacements test', () => {
if (image && !image.dir) {
const content = await image.async('nodebuffer');
// The file size would be much larger if it was corrupted via the string replacement method
expect(content.byteLength).to.equal(1562121);
expect(content.byteLength).to.equal(1_562_121);
}
});
});
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==

"@salesforce/dev-scripts@^10.2.9":
version "10.2.9"
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.9.tgz#c107c177de6c8b282d5eee95e1c04e71f80650b6"
integrity sha512-kjICKRzDmkyfB78D+mAoOxdKChv5NAAQMzGYqGIPxNHTG2f9J0/sfjEJsWt+4gZAnAD8unS0MsPoKQqi2BDMNg==
"@salesforce/dev-scripts@^10.2.10":
version "10.2.10"
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.10.tgz#6aca3c6a0926b5ed0710d1f21a940687ff994e58"
integrity sha512-4vYRV5PvssKWfsnOOAXDvYfHaj2M3bCprlGcZBGnPAi52cNzoj9GcOmC1RRrPdQmHL4vWZvSiqgRgVLKQQdfkw==
dependencies:
"@commitlint/cli" "^17.1.2"
"@commitlint/config-conventional" "^17.8.1"
Expand Down

2 comments on commit cbbb35c

@svc-cli-bot
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: cbbb35c Previous: f2cf59e Ratio
eda-componentSetCreate-linux 231 ms 251 ms 0.92
eda-sourceToMdapi-linux 2299 ms 2360 ms 0.97
eda-sourceToZip-linux 1883 ms 1840 ms 1.02
eda-mdapiToSource-linux 2906 ms 2848 ms 1.02
lotsOfClasses-componentSetCreate-linux 425 ms 441 ms 0.96
lotsOfClasses-sourceToMdapi-linux 3650 ms 3702 ms 0.99
lotsOfClasses-sourceToZip-linux 3128 ms 3038 ms 1.03
lotsOfClasses-mdapiToSource-linux 3551 ms 3504 ms 1.01
lotsOfClassesOneDir-componentSetCreate-linux 750 ms 741 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-linux 6463 ms 6362 ms 1.02
lotsOfClassesOneDir-sourceToZip-linux 5657 ms 5512 ms 1.03
lotsOfClassesOneDir-mdapiToSource-linux 6447 ms 6423 ms 1.00

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

@svc-cli-bot
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: cbbb35c Previous: f2cf59e Ratio
eda-componentSetCreate-win32 725 ms 628 ms 1.15
eda-sourceToMdapi-win32 4648 ms 4306 ms 1.08
eda-sourceToZip-win32 2988 ms 2986 ms 1.00
eda-mdapiToSource-win32 5603 ms 5781 ms 0.97
lotsOfClasses-componentSetCreate-win32 1192 ms 1209 ms 0.99
lotsOfClasses-sourceToMdapi-win32 7686 ms 7794 ms 0.99
lotsOfClasses-sourceToZip-win32 5088 ms 5287 ms 0.96
lotsOfClasses-mdapiToSource-win32 7917 ms 7966 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 2087 ms 2131 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-win32 13777 ms 14011 ms 0.98
lotsOfClassesOneDir-sourceToZip-win32 9111 ms 9423 ms 0.97
lotsOfClassesOneDir-mdapiToSource-win32 14009 ms 14369 ms 0.97

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

Please sign in to comment.