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 Oct 15, 2023
1 parent d9e0c05 commit 589cf59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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": {
"@salesforce/cli-plugins-testkit": "^4.4.2",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/dev-scripts": "^5.10.0",
"@salesforce/dev-scripts": "^5.11.0",
"@salesforce/prettier-config": "^0.0.3",
"@salesforce/ts-sinon": "^1.4.17",
"@types/deep-equal-in-any-order": "^1.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,10 @@
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.0.1.tgz#662ffaa4409713553aaf68eed93e7d2429c3ff0e"
integrity sha512-0zMjXG4Vjlu/mB7zbuKSXfXiP7CEZBwsPtYqNgburk/wZIU9KcMspLwVBDUxmUj9ltRksD9o1ubRUblN5M3Z0g==

"@salesforce/dev-scripts@^5.10.0":
version "5.10.0"
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-5.10.0.tgz#8fad794032860f456eadd6b26cec13330e633517"
integrity sha512-xtFHID4iMEXdXrOXh0FBqAKN/byZ9k9mWAYH9YRmvLgdIAM9TXsI4yTPsqXcTAHrXpzUG0ku5fJcPFKFaAk5vA==
"@salesforce/dev-scripts@^5.11.0":
version "5.11.0"
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-5.11.0.tgz#e5632f0e46f2d821710ca06bb6d60378399b17cd"
integrity sha512-DLgjqBsYc0AiBb5BPiSMSJrwoP9ceAFePPcB6xvLrH9gas+8X3z79vc4xzlBhwzsF1WJsSOoVVTtJbPDwxvF0g==
dependencies:
"@commitlint/cli" "^17.1.2"
"@commitlint/config-conventional" "^17.1.0"
Expand All @@ -592,7 +592,7 @@
"@types/mocha" "^9.0.0"
"@types/node" "^15.6.1"
"@types/sinon" "10.0.11"
chai "^4.3.7"
chai "^4.3.8"
chalk "^4.0.0"
cosmiconfig "^7.0.0"
eslint "^8.41.0"
Expand Down Expand Up @@ -1452,7 +1452,7 @@ capital-case@^1.0.4:
tslib "^2.0.3"
upper-case-first "^2.0.2"

chai@^4.3.7, chai@^4.3.8:
chai@^4.3.8:
version "4.3.8"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.8.tgz#40c59718ad6928da6629c70496fe990b2bb5b17c"
integrity sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ==
Expand Down

2 comments on commit 589cf59

@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: 589cf59 Previous: 7087655 Ratio
eda-componentSetCreate-linux 287 ms 252 ms 1.14
eda-sourceToMdapi-linux 7257 ms 7184 ms 1.01
eda-sourceToZip-linux 5479 ms 5037 ms 1.09
eda-mdapiToSource-linux 4660 ms 3892 ms 1.20
lotsOfClasses-componentSetCreate-linux 514 ms 700 ms 0.73
lotsOfClasses-sourceToMdapi-linux 10598 ms 8745 ms 1.21
lotsOfClasses-sourceToZip-linux 7777 ms 6154 ms 1.26
lotsOfClasses-mdapiToSource-linux 4806 ms 3695 ms 1.30
lotsOfClassesOneDir-componentSetCreate-linux 837 ms 743 ms 1.13
lotsOfClassesOneDir-sourceToMdapi-linux 14781 ms 11461 ms 1.29
lotsOfClassesOneDir-sourceToZip-linux 12591 ms 9569 ms 1.32
lotsOfClassesOneDir-mdapiToSource-linux 8495 ms 6717 ms 1.26

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: 589cf59 Previous: 7087655 Ratio
eda-componentSetCreate-win32 473 ms 586 ms 0.81
eda-sourceToMdapi-win32 8255 ms 10240 ms 0.81
eda-sourceToZip-win32 6392 ms 7276 ms 0.88
eda-mdapiToSource-win32 7711 ms 10272 ms 0.75
lotsOfClasses-componentSetCreate-win32 956 ms 1370 ms 0.70
lotsOfClasses-sourceToMdapi-win32 14041 ms 18153 ms 0.77
lotsOfClasses-sourceToZip-win32 8995 ms 10972 ms 0.82
lotsOfClasses-mdapiToSource-win32 9224 ms 11180 ms 0.83
lotsOfClassesOneDir-componentSetCreate-win32 1688 ms 2217 ms 0.76
lotsOfClassesOneDir-sourceToMdapi-win32 22202 ms 28182 ms 0.79
lotsOfClassesOneDir-sourceToZip-win32 15403 ms 18296 ms 0.84
lotsOfClassesOneDir-mdapiToSource-win32 16968 ms 21148 ms 0.80

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

Please sign in to comment.