Skip to content

Commit

Permalink
fix: add ExtlClntAppPushSettings and ExtlClntAppPushConfigurablePolicies
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Sep 18, 2024
1 parent b406add commit b1f18d3
Show file tree
Hide file tree
Showing 3 changed files with 1,961 additions and 1,811 deletions.
2 changes: 1 addition & 1 deletion contributing/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ There exists a test in Core `GenerateCLITypeRegistryInfoTest` that generates a f

The test is manually run, the file is committed to `patch`, and the output is manually copied to `../scripts/update-registry/describe.json` in SDR.

If your metadata type is simple and already in the file, run `yarn update-registry-org <MetadataEntity1> <MetadataEntity2>` (you'll see warnings if your type is missing or too complex for the script to handle)
If your metadata type is simple and already in the file, run `yarn update-registry-core <MetadataEntity1> <MetadataEntity2>` (you'll see warnings if your type is missing or too complex for the script to handle)

### Path 2: Using Describe from an Org

Expand Down
Loading

2 comments on commit b1f18d3

@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: b1f18d3 Previous: 9b864fc Ratio
eda-componentSetCreate-linux 245 ms 236 ms 1.04
eda-sourceToMdapi-linux 2452 ms 2283 ms 1.07
eda-sourceToZip-linux 1893 ms 1838 ms 1.03
eda-mdapiToSource-linux 2921 ms 2988 ms 0.98
lotsOfClasses-componentSetCreate-linux 434 ms 399 ms 1.09
lotsOfClasses-sourceToMdapi-linux 3864 ms 3767 ms 1.03
lotsOfClasses-sourceToZip-linux 3183 ms 3100 ms 1.03
lotsOfClasses-mdapiToSource-linux 3668 ms 3575 ms 1.03
lotsOfClassesOneDir-componentSetCreate-linux 759 ms 680 ms 1.12
lotsOfClassesOneDir-sourceToMdapi-linux 6637 ms 6431 ms 1.03
lotsOfClassesOneDir-sourceToZip-linux 5900 ms 5377 ms 1.10
lotsOfClassesOneDir-mdapiToSource-linux 6689 ms 6553 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: b1f18d3 Previous: 9b864fc Ratio
eda-componentSetCreate-win32 626 ms 692 ms 0.90
eda-sourceToMdapi-win32 4264 ms 4510 ms 0.95
eda-sourceToZip-win32 2854 ms 3082 ms 0.93
eda-mdapiToSource-win32 5661 ms 6162 ms 0.92
lotsOfClasses-componentSetCreate-win32 1242 ms 1219 ms 1.02
lotsOfClasses-sourceToMdapi-win32 7830 ms 8224 ms 0.95
lotsOfClasses-sourceToZip-win32 5072 ms 5427 ms 0.93
lotsOfClasses-mdapiToSource-win32 7917 ms 8237 ms 0.96
lotsOfClassesOneDir-componentSetCreate-win32 2107 ms 2205 ms 0.96
lotsOfClassesOneDir-sourceToMdapi-win32 13843 ms 14463 ms 0.96
lotsOfClassesOneDir-sourceToZip-win32 9351 ms 9736 ms 0.96
lotsOfClassesOneDir-mdapiToSource-win32 14260 ms 14798 ms 0.96

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

Please sign in to comment.