-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: metadata script updates and dev-scripts
* chore: print API version when updating registry * chore: throw friendly error if no devhub is found * chore: skip org msg if no features are set * feat: add support for ActionLauncherItemDef metadata type [skip-ci] * chore: auto-update metadata coverage in METADATA_SUPPORT.md [skip ci] * chore: bump dev-scripts * chore: auto-update metadata coverage in METADATA_SUPPORT.md * test: record perf --------- Co-authored-by: mshanemc <shane.mclaughlin@salesforce.com> Co-authored-by: svc-cli-bot <svc_cli_bot@salesforce.com>
- Loading branch information
1 parent
53b194f
commit 1b777de
Showing
9 changed files
with
455 additions
and
1,078 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
test/nuts/perfResults/x64-linux-2xIntel-Xeon-CPU-E5-2673-v4-2-30GHz/eda.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[ | ||
{ | ||
"name": "componentSetCreate", | ||
"duration": 338.2604289999872 | ||
"duration": 337.5220079999999 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 10037.080420000013 | ||
"duration": 7736.946278000018 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 6153.247639999987 | ||
"duration": 6700.4404600000125 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 5962.892909999995 | ||
"duration": 5970.132784999994 | ||
} | ||
] |
8 changes: 4 additions & 4 deletions
8
test/nuts/perfResults/x64-linux-2xIntel-Xeon-CPU-E5-2673-v4-2-30GHz/lotsOfClasses.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[ | ||
{ | ||
"name": "componentSetCreate", | ||
"duration": 650.104994000023 | ||
"duration": 662.4489630000025 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 10624.100027000008 | ||
"duration": 11665.150204000005 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 9675.212842999987 | ||
"duration": 10208.353223999991 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 7507.290072000003 | ||
"duration": 7473.582662000001 | ||
} | ||
] |
8 changes: 4 additions & 4 deletions
8
test/nuts/perfResults/x64-linux-2xIntel-Xeon-CPU-E5-2673-v4-2-30GHz/lotsOfClassesOneDir.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[ | ||
{ | ||
"name": "componentSetCreate", | ||
"duration": 1056.6362640000007 | ||
"duration": 1158.1638160000439 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 17650.56812000001 | ||
"duration": 17111.19612400001 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 15290.788772999978 | ||
"duration": 14803.339584000001 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 12925.659993000008 | ||
"duration": 13311.371785000025 | ||
} | ||
] |
Oops, something went wrong.