Skip to content

Commit

Permalink
fix: add policies
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeja-sriram committed Sep 29, 2023
1 parent 03f3ea2 commit da2d24d
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 @@ -1414,6 +1414,14 @@
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappconfigurablepolicies": {
"id": "extlclntappconfigurablepolicies",
"name": "ExtlClntAppConfigurablePolicies",
"suffix": "ecaPlcy",
"directoryName": "extlClntAppPolicies",
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappsampleconfigurablepolicies": {
"id": "extlclntappsampleconfigurablepolicies",
"name": "ExtlClntAppSampleConfigurablePolicies",
Expand Down Expand Up @@ -3700,6 +3708,7 @@
"connectedApp": "connectedapp",
"eca": "externalclientapplication",
"ecaOauthPlcy": "extlclntappoauthconfigurablepolicies",
"ecaPlcy": "extlclntappconfigurablepolicies",
"ecaSmplPlcy": "extlclntappsampleconfigurablepolicies",
"ecaSmpl": "extlclntappsamplesettings",
"ecaOauth": "extlclntappoauthsettings",
Expand Down

1 comment on commit da2d24d

@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: da2d24d Previous: 8c8565e Ratio
eda-componentSetCreate-linux 326 ms 305 ms 1.07
eda-sourceToMdapi-linux 8994 ms 9255 ms 0.97
eda-sourceToZip-linux 5483 ms 6015 ms 0.91
eda-mdapiToSource-linux 5335 ms 5123 ms 1.04
lotsOfClasses-componentSetCreate-linux 684 ms 556 ms 1.23
lotsOfClasses-sourceToMdapi-linux 12377 ms 11087 ms 1.12
lotsOfClasses-sourceToZip-linux 8468 ms 8549 ms 0.99
lotsOfClasses-mdapiToSource-linux 5670 ms 5349 ms 1.06
lotsOfClassesOneDir-componentSetCreate-linux 1021 ms 923 ms 1.11
lotsOfClassesOneDir-sourceToMdapi-linux 16877 ms 15766 ms 1.07
lotsOfClassesOneDir-sourceToZip-linux 13070 ms 14262 ms 0.92
lotsOfClassesOneDir-mdapiToSource-linux 10301 ms 9417 ms 1.09

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

Please sign in to comment.