Skip to content

Commit

Permalink
fix: add ExtlClntAppNotificationSettings to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
samdzie committed Jan 12, 2024
1 parent 27e615a commit 80958ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,14 @@
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappnotificationsettings": {
"id": "extlclntappnotificationsettings",
"name": "ExtlClntAppNotificationSettings",
"suffix": "ecaNotifications",
"directoryName": "extlClntAppNotifSettings",
"inFolder": false,
"strictDirectoryName": false
},
"appmenu": {
"id": "appmenu",
"name": "AppMenu",
Expand Down Expand Up @@ -3870,6 +3878,7 @@
"ecaGlblOauth": "extlclntappglobaloauthsettings",
"ecaMobilePlcy": "extlclntappmobileconfigurablepolicies",
"ecaMobile": "extlclntappmobilesettings",
"ecaNotifications": "extlclntappnotificationsettings",
"appMenu": "appmenu",
"delegateGroup": "delegategroup",
"network": "network",
Expand Down

2 comments on commit 80958ea

@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: 80958ea Previous: f33fd02 Ratio
eda-componentSetCreate-linux 223 ms 205 ms 1.09
eda-sourceToMdapi-linux 1948 ms 1936 ms 1.01
eda-sourceToZip-linux 1686 ms 1641 ms 1.03
eda-mdapiToSource-linux 3054 ms 3133 ms 0.97
lotsOfClasses-componentSetCreate-linux 370 ms 467 ms 0.79
lotsOfClasses-sourceToMdapi-linux 3538 ms 3526 ms 1.00
lotsOfClasses-sourceToZip-linux 2858 ms 2815 ms 1.02
lotsOfClasses-mdapiToSource-linux 3431 ms 3293 ms 1.04
lotsOfClassesOneDir-componentSetCreate-linux 638 ms 641 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-linux 6227 ms 6324 ms 0.98
lotsOfClassesOneDir-sourceToZip-linux 5173 ms 5079 ms 1.02
lotsOfClassesOneDir-mdapiToSource-linux 6174 ms 6038 ms 1.02

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: 80958ea Previous: f33fd02 Ratio
eda-componentSetCreate-win32 424 ms 405 ms 1.05
eda-sourceToMdapi-win32 3509 ms 3532 ms 0.99
eda-sourceToZip-win32 2621 ms 2660 ms 0.99
eda-mdapiToSource-win32 5926 ms 5742 ms 1.03
lotsOfClasses-componentSetCreate-win32 893 ms 910 ms 0.98
lotsOfClasses-sourceToMdapi-win32 7700 ms 7656 ms 1.01
lotsOfClasses-sourceToZip-win32 4697 ms 4556 ms 1.03
lotsOfClasses-mdapiToSource-win32 7729 ms 7409 ms 1.04
lotsOfClassesOneDir-componentSetCreate-win32 1499 ms 1482 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-win32 14404 ms 13647 ms 1.06
lotsOfClassesOneDir-sourceToZip-win32 8698 ms 8226 ms 1.06
lotsOfClassesOneDir-mdapiToSource-win32 13929 ms 13493 ms 1.03

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

Please sign in to comment.