Skip to content

Commit

Permalink
style: sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed May 6, 2024
1 parent 031c8f3 commit cee0fe7
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"OmniExtTrackingDef": "omniexttrackingdef",
"OmniTrackingGroup": "omnitrackinggroup",
"RecordAggregationDefinition": "recordaggregationdefinition",
"RetrievalSummaryDefinition": "retrievalsummarydefinition",
"SearchCriteriaConfigurationSetting": "searchcriteriaconfiguration",
"SearchableObjDataSyncInfoSetting": "searchableobjdatasyncinfo",
"accountForecastSetting": "accountforecastsettings",
Expand Down Expand Up @@ -401,6 +402,7 @@
"recommendationStrategy": "recommendationstrategy",
"recordAlertCategory": "recordalertcategory",
"recordAlertDataSource": "recordalertdatasource",
"recordAlertTemplate": "recordalerttemplate",
"redirectWhitelistUrl": "redirectwhitelisturl",
"registeredExternalService": "registeredexternalservice",
"relationshipGraphDefinition": "relationshipgraphdefinition",
Expand Down Expand Up @@ -493,9 +495,7 @@
"workflowTask": "workflowtask",
"xmd": "wavexmd",
"xml": "emailservicesfunction",
"xorghub": "xorghub",
"RetrievalSummaryDefinition": "retrievalsummarydefinition",
"recordAlertTemplate": "recordalerttemplate"
"xorghub": "xorghub"
},
"types": {
"accesscontrolpolicy": {
Expand Down Expand Up @@ -3586,6 +3586,14 @@
"strictDirectoryName": false,
"suffix": "recordAlertDataSource"
},
"recordalerttemplate": {
"directoryName": "recordAlertTemplates",
"id": "recordalerttemplate",
"inFolder": false,
"name": "RecordAlertTemplate",
"strictDirectoryName": false,
"suffix": "recordAlertTemplate"
},
"redirectwhitelisturl": {
"directoryName": "redirectWhitelistUrls",
"id": "redirectwhitelisturl",
Expand Down Expand Up @@ -3653,6 +3661,14 @@
"strictDirectoryName": true,
"suffix": "rule"
},
"retrievalsummarydefinition": {
"directoryName": "RetrievalSummaryDefinitions",
"id": "retrievalsummarydefinition",
"inFolder": false,
"name": "RetrievalSummaryDefinition",
"strictDirectoryName": false,
"suffix": "RetrievalSummaryDefinition"
},
"role": {
"directoryName": "roles",
"id": "role",
Expand Down Expand Up @@ -4386,22 +4402,6 @@
"inFolder": false,
"name": "XOrgHub",
"suffix": "xorghub"
},
"retrievalsummarydefinition": {
"id": "retrievalsummarydefinition",
"name": "RetrievalSummaryDefinition",
"suffix": "RetrievalSummaryDefinition",
"directoryName": "RetrievalSummaryDefinitions",
"inFolder": false,
"strictDirectoryName": false
},
"recordalerttemplate": {
"id": "recordalerttemplate",
"name": "RecordAlertTemplate",
"suffix": "recordAlertTemplate",
"directoryName": "recordAlertTemplates",
"inFolder": false,
"strictDirectoryName": false
}
}
}

2 comments on commit cee0fe7

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: cee0fe7 Previous: bae88a7 Ratio
eda-componentSetCreate-linux 192 ms 183 ms 1.05
eda-sourceToMdapi-linux 2014 ms 1934 ms 1.04
eda-sourceToZip-linux 1471 ms 1489 ms 0.99
eda-mdapiToSource-linux 3045 ms 2762 ms 1.10
lotsOfClasses-componentSetCreate-linux 463 ms 410 ms 1.13
lotsOfClasses-sourceToMdapi-linux 3813 ms 3659 ms 1.04
lotsOfClasses-sourceToZip-linux 3233 ms 3065 ms 1.05
lotsOfClasses-mdapiToSource-linux 3684 ms 3514 ms 1.05
lotsOfClassesOneDir-componentSetCreate-linux 646 ms 619 ms 1.04
lotsOfClassesOneDir-sourceToMdapi-linux 6765 ms 6524 ms 1.04
lotsOfClassesOneDir-sourceToZip-linux 5964 ms 5531 ms 1.08
lotsOfClassesOneDir-mdapiToSource-linux 6587 ms 6366 ms 1.03

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

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: cee0fe7 Previous: bae88a7 Ratio
eda-componentSetCreate-win32 371 ms 375 ms 0.99
eda-sourceToMdapi-win32 3467 ms 3484 ms 1.00
eda-sourceToZip-win32 2156 ms 2173 ms 0.99
eda-mdapiToSource-win32 5666 ms 5639 ms 1.00
lotsOfClasses-componentSetCreate-win32 847 ms 833 ms 1.02
lotsOfClasses-sourceToMdapi-win32 7464 ms 7534 ms 0.99
lotsOfClasses-sourceToZip-win32 4707 ms 4589 ms 1.03
lotsOfClasses-mdapiToSource-win32 7332 ms 7477 ms 0.98
lotsOfClassesOneDir-componentSetCreate-win32 1487 ms 1467 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-win32 13659 ms 13605 ms 1.00
lotsOfClassesOneDir-sourceToZip-win32 8634 ms 8411 ms 1.03
lotsOfClassesOneDir-mdapiToSource-win32 13361 ms 13317 ms 1.00

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

Please sign in to comment.