Skip to content

Commit

Permalink
fix: add searchcustomization to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Aug 9, 2023
1 parent b0d78a1 commit 4992473
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3523,6 +3523,14 @@
"directoryName": "SearchableObjDataSyncInfoSettings",
"inFolder": false,
"strictDirectoryName": false
},
"searchcustomization": {
"id": "searchcustomization",
"name": "SearchCustomization",
"suffix": "SearchCustomization",
"directoryName": "SearchCustomizations",
"inFolder": false,
"strictDirectoryName": false
}
},
"suffixes": {
Expand Down Expand Up @@ -3909,7 +3917,8 @@
"serviceprocess": "serviceprocess",
"processflowmigration": "processflowmigration",
"SearchableObjDataSyncInfoSetting": "searchableobjdatasyncinfo",
"SearchCriteriaConfigurationSetting": "searchcriteriaconfiguration"
"SearchCriteriaConfigurationSetting": "searchcriteriaconfiguration",
"SearchCustomization": "searchcustomization"
},
"strictDirectoryNames": {
"experiences": "experiencebundle",
Expand Down

2 comments on commit 4992473

@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: 4992473 Previous: d9c677a Ratio
eda-componentSetCreate-linux 276 ms 311 ms 0.89
eda-sourceToMdapi-linux 7171 ms 6046 ms 1.19
eda-sourceToZip-linux 4763 ms 5637 ms 0.84
eda-mdapiToSource-linux 4382 ms 4045 ms 1.08
lotsOfClasses-componentSetCreate-linux 510 ms 531 ms 0.96
lotsOfClasses-sourceToMdapi-linux 9596 ms 9106 ms 1.05
lotsOfClasses-sourceToZip-linux 8088 ms 7939 ms 1.02
lotsOfClasses-mdapiToSource-linux 4897 ms 4855 ms 1.01
lotsOfClassesOneDir-componentSetCreate-linux 828 ms 873 ms 0.95
lotsOfClassesOneDir-sourceToMdapi-linux 13204 ms 13048 ms 1.01
lotsOfClassesOneDir-sourceToZip-linux 12882 ms 12746 ms 1.01
lotsOfClassesOneDir-mdapiToSource-linux 8564 ms 8455 ms 1.01

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: 4992473 Previous: d9c677a Ratio
eda-componentSetCreate-win32 624 ms 715 ms 0.87
eda-sourceToMdapi-win32 10371 ms 10993 ms 0.94
eda-sourceToZip-win32 8221 ms 7798 ms 1.05
eda-mdapiToSource-win32 10272 ms 11099 ms 0.93
lotsOfClasses-componentSetCreate-win32 1238 ms 1474 ms 0.84
lotsOfClasses-sourceToMdapi-win32 15317 ms 16765 ms 0.91
lotsOfClasses-sourceToZip-win32 12157 ms 11382 ms 1.07
lotsOfClasses-mdapiToSource-win32 12504 ms 14077 ms 0.89
lotsOfClassesOneDir-componentSetCreate-win32 2019 ms 2508 ms 0.81
lotsOfClassesOneDir-sourceToMdapi-win32 26456 ms 27764 ms 0.95
lotsOfClassesOneDir-sourceToZip-win32 20522 ms 19338 ms 1.06
lotsOfClassesOneDir-mdapiToSource-win32 21917 ms 25496 ms 0.86

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

Please sign in to comment.