-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
29 additions
and
23 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Available Registry Presets | ||
# Available sourceBehaviorOptions | ||
|
||
## `decomposePermissionSetBeta` | ||
|
||
|
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
10 changes: 5 additions & 5 deletions
10
test/snapshot/sampleProjects/preset-workflow-mpd/sfdx-project.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,15 +1,15 @@ | ||
{ | ||
"namespace": "", | ||
"packageDirectories": [ | ||
{ | ||
"path": "force-app", | ||
"default": true | ||
"default": true, | ||
"path": "force-app" | ||
}, | ||
{ | ||
"path": "another-package" | ||
} | ||
], | ||
"registryPresets": ["decomposeWorkflowBeta"], | ||
"namespace": "", | ||
"sfdcLoginUrl": "https://login.salesforce.com", | ||
"sourceApiVersion": "60.0" | ||
"sourceApiVersion": "60.0", | ||
"sourceBehaviorOptions": ["decomposeWorkflowBeta"] | ||
} |
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
57a798d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-linux
183
ms181
ms1.01
eda-sourceToMdapi-linux
1958
ms1972
ms0.99
eda-sourceToZip-linux
1411
ms1446
ms0.98
eda-mdapiToSource-linux
2735
ms2890
ms0.95
lotsOfClasses-componentSetCreate-linux
388
ms422
ms0.92
lotsOfClasses-sourceToMdapi-linux
3806
ms3758
ms1.01
lotsOfClasses-sourceToZip-linux
3008
ms3117
ms0.97
lotsOfClasses-mdapiToSource-linux
3480
ms3502
ms0.99
lotsOfClassesOneDir-componentSetCreate-linux
622
ms625
ms1.00
lotsOfClassesOneDir-sourceToMdapi-linux
6454
ms6565
ms0.98
lotsOfClassesOneDir-sourceToZip-linux
5589
ms5613
ms1.00
lotsOfClassesOneDir-mdapiToSource-linux
6310
ms6343
ms0.99
This comment was automatically generated by workflow using github-action-benchmark.
57a798d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-win32
405
ms410
ms0.99
eda-sourceToMdapi-win32
3836
ms3582
ms1.07
eda-sourceToZip-win32
2329
ms2159
ms1.08
eda-mdapiToSource-win32
6186
ms5970
ms1.04
lotsOfClasses-componentSetCreate-win32
925
ms843
ms1.10
lotsOfClasses-sourceToMdapi-win32
7710
ms7672
ms1.00
lotsOfClasses-sourceToZip-win32
4697
ms5349
ms0.88
lotsOfClasses-mdapiToSource-win32
7450
ms7529
ms0.99
lotsOfClassesOneDir-componentSetCreate-win32
1454
ms1487
ms0.98
lotsOfClassesOneDir-sourceToMdapi-win32
13560
ms13976
ms0.97
lotsOfClassesOneDir-sourceToZip-win32
8418
ms8580
ms0.98
lotsOfClassesOneDir-mdapiToSource-win32
13360
ms13692
ms0.98
This comment was automatically generated by workflow using github-action-benchmark.