-
Notifications
You must be signed in to change notification settings - Fork 105
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
1 changed file
with
29 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,44 @@ | ||
{ | ||
"childTypes": { | ||
"customlabel": "" | ||
"customlabel": "customlabels" | ||
}, | ||
"strictDirectoryNames": {}, | ||
"suffixes": { | ||
"label": "customlabel", | ||
"strictDirectoryNames": { | ||
"labels": "customlabels" | ||
}, | ||
"suffixes": { | ||
"label": "customlabel" | ||
}, | ||
"types": { | ||
"customlabel": { | ||
"directoryName": "labels", | ||
"id": "customlabel", | ||
"name": "CustomLabel", | ||
"strategies": { | ||
"adapter": "default", | ||
"transformer": "decomposedLabels" | ||
}, | ||
"suffix": "label" | ||
}, | ||
"customlabels": { | ||
"children": { | ||
"suffixes": { | ||
"label": "customlabel" | ||
}, | ||
"types": { | ||
"customlabel": { | ||
"directoryName": "test", | ||
"id": "customlabel", | ||
"isAddressable": false, | ||
"name": "CustomLabel", | ||
"suffix": "label", | ||
"supportsWildcardAndName": true, | ||
"uniqueIdElement": "fullName", | ||
"xmlElementName": "labels" | ||
} | ||
} | ||
}, | ||
"directoryName": "labels", | ||
"id": "customlabels", | ||
"ignoreParsedFullName": false, | ||
"name": "CustomLabels", | ||
"strategies": { | ||
"adapter": "default", | ||
"transformer": "decomposedLabels" | ||
"adapter": "decomposed", | ||
"decomposition": "topLevel", | ||
"transformer": "decomposed" | ||
}, | ||
"suffix": "labels" | ||
"strictDirectoryName": true, | ||
"suffix": "labels", | ||
"supportsPartialDelete": true | ||
} | ||
} | ||
} |
837c517
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
232
ms238
ms0.97
eda-sourceToMdapi-linux
2314
ms2423
ms0.96
eda-sourceToZip-linux
1923
ms1960
ms0.98
eda-mdapiToSource-linux
2997
ms3073
ms0.98
lotsOfClasses-componentSetCreate-linux
435
ms436
ms1.00
lotsOfClasses-sourceToMdapi-linux
3736
ms3864
ms0.97
lotsOfClasses-sourceToZip-linux
3239
ms3236
ms1.00
lotsOfClasses-mdapiToSource-linux
3631
ms3662
ms0.99
lotsOfClassesOneDir-componentSetCreate-linux
760
ms767
ms0.99
lotsOfClassesOneDir-sourceToMdapi-linux
6647
ms6652
ms1.00
lotsOfClassesOneDir-sourceToZip-linux
5663
ms5911
ms0.96
lotsOfClassesOneDir-mdapiToSource-linux
6655
ms6680
ms1.00
This comment was automatically generated by workflow using github-action-benchmark.
837c517
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
603
ms682
ms0.88
eda-sourceToMdapi-win32
4274
ms4506
ms0.95
eda-sourceToZip-win32
2859
ms3150
ms0.91
eda-mdapiToSource-win32
5529
ms5975
ms0.93
lotsOfClasses-componentSetCreate-win32
1200
ms1183
ms1.01
lotsOfClasses-sourceToMdapi-win32
7531
ms7634
ms0.99
lotsOfClasses-sourceToZip-win32
5122
ms4867
ms1.05
lotsOfClasses-mdapiToSource-win32
7677
ms7804
ms0.98
lotsOfClassesOneDir-componentSetCreate-win32
2047
ms2064
ms0.99
lotsOfClassesOneDir-sourceToMdapi-win32
13500
ms13750
ms0.98
lotsOfClassesOneDir-sourceToZip-win32
8961
ms9091
ms0.99
lotsOfClassesOneDir-mdapiToSource-win32
13802
ms14251
ms0.97
This comment was automatically generated by workflow using github-action-benchmark.