Skip to content

Commit

Permalink
refactor: restore the original beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 12, 2024
1 parent 9327a45 commit 837c517
Showing 1 changed file with 29 additions and 17 deletions.
46 changes: 29 additions & 17 deletions src/registry/presets/decomposeCustomLabelsBeta.json
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
}
}
}

2 comments on commit 837c517

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 837c517 Previous: 84e7d42 Ratio
eda-componentSetCreate-linux 232 ms 238 ms 0.97
eda-sourceToMdapi-linux 2314 ms 2423 ms 0.96
eda-sourceToZip-linux 1923 ms 1960 ms 0.98
eda-mdapiToSource-linux 2997 ms 3073 ms 0.98
lotsOfClasses-componentSetCreate-linux 435 ms 436 ms 1.00
lotsOfClasses-sourceToMdapi-linux 3736 ms 3864 ms 0.97
lotsOfClasses-sourceToZip-linux 3239 ms 3236 ms 1.00
lotsOfClasses-mdapiToSource-linux 3631 ms 3662 ms 0.99
lotsOfClassesOneDir-componentSetCreate-linux 760 ms 767 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-linux 6647 ms 6652 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5663 ms 5911 ms 0.96
lotsOfClassesOneDir-mdapiToSource-linux 6655 ms 6680 ms 1.00

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

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 837c517 Previous: 84e7d42 Ratio
eda-componentSetCreate-win32 603 ms 682 ms 0.88
eda-sourceToMdapi-win32 4274 ms 4506 ms 0.95
eda-sourceToZip-win32 2859 ms 3150 ms 0.91
eda-mdapiToSource-win32 5529 ms 5975 ms 0.93
lotsOfClasses-componentSetCreate-win32 1200 ms 1183 ms 1.01
lotsOfClasses-sourceToMdapi-win32 7531 ms 7634 ms 0.99
lotsOfClasses-sourceToZip-win32 5122 ms 4867 ms 1.05
lotsOfClasses-mdapiToSource-win32 7677 ms 7804 ms 0.98
lotsOfClassesOneDir-componentSetCreate-win32 2047 ms 2064 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-win32 13500 ms 13750 ms 0.98
lotsOfClassesOneDir-sourceToZip-win32 8961 ms 9091 ms 0.99
lotsOfClassesOneDir-mdapiToSource-win32 13802 ms 14251 ms 0.97

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

Please sign in to comment.