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 Dec 10, 2023
1 parent 7ab2e34 commit ec11f4e
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 25 deletions.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@salesforce/cli-plugins-testkit": "^4.4.12",
"@salesforce/dev-scripts": "^7.1.1",
"@salesforce/dev-scripts": "^8.1.0",
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/fast-levenshtein": "^0.0.4",
"@types/graceful-fs": "^4.1.9",
Expand All @@ -67,6 +67,7 @@
"coverage": "nyc report --reporter=lcov",
"docs": "sf-docs",
"format": "wireit",
"link-check": "wireit",
"lint": "wireit",
"local:install": "./scripts/localInstall.js install",
"local:link": "./scripts/localInstall.js link",
Expand Down Expand Up @@ -175,6 +176,15 @@
".nycrc"
],
"output": []
},
"link-check": {
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
"files": [
"./*.md",
"./!(CHANGELOG).md",
"messages/**/*.md"
],
"output": []
}
}
}
Loading

2 comments on commit ec11f4e

@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: ec11f4e Previous: 709e135 Ratio
eda-componentSetCreate-linux 215 ms 209 ms 1.03
eda-sourceToMdapi-linux 4634 ms 4616 ms 1.00
eda-sourceToZip-linux 4298 ms 4229 ms 1.02
eda-mdapiToSource-linux 2927 ms 3102 ms 0.94
lotsOfClasses-componentSetCreate-linux 374 ms 418 ms 0.89
lotsOfClasses-sourceToMdapi-linux 5964 ms 6158 ms 0.97
lotsOfClasses-sourceToZip-linux 5290 ms 5393 ms 0.98
lotsOfClasses-mdapiToSource-linux 3395 ms 3385 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 645 ms 620 ms 1.04
lotsOfClassesOneDir-sourceToMdapi-linux 8449 ms 8904 ms 0.95
lotsOfClassesOneDir-sourceToZip-linux 7909 ms 7727 ms 1.02
lotsOfClassesOneDir-mdapiToSource-linux 6032 ms 6183 ms 0.98

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: ec11f4e Previous: 709e135 Ratio
eda-componentSetCreate-win32 413 ms 439 ms 0.94
eda-sourceToMdapi-win32 6735 ms 6877 ms 0.98
eda-sourceToZip-win32 5713 ms 5896 ms 0.97
eda-mdapiToSource-win32 5685 ms 6475 ms 0.88
lotsOfClasses-componentSetCreate-win32 915 ms 962 ms 0.95
lotsOfClasses-sourceToMdapi-win32 10782 ms 11416 ms 0.94
lotsOfClasses-sourceToZip-win32 7915 ms 8296 ms 0.95
lotsOfClasses-mdapiToSource-win32 7338 ms 8087 ms 0.91
lotsOfClassesOneDir-componentSetCreate-win32 1495 ms 1652 ms 0.90
lotsOfClassesOneDir-sourceToMdapi-win32 16851 ms 16995 ms 0.99
lotsOfClassesOneDir-sourceToZip-win32 11387 ms 11299 ms 1.01
lotsOfClassesOneDir-mdapiToSource-win32 13521 ms 13567 ms 1.00

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

Please sign in to comment.