Skip to content

Commit

Permalink
fix: metadataRegistry entries for IdentityVerificationProcDev were in…
Browse files Browse the repository at this point in the history
…correct. fixed
  • Loading branch information
shetzel committed Jan 23, 2024
1 parent c0ef202 commit 601346a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3319,7 +3319,7 @@
"identityverificationprocdef": {
"id": "identityverificationprocdef",
"name": "IdentityVerificationProcDef",
"suffix": "identityverificationprocdef",
"suffix": "IdentityVerificationProcDef",
"directoryName": "IdentityVerificationProcDefs",
"inFolder": false,
"strictDirectoryName": false
Expand Down Expand Up @@ -4106,7 +4106,7 @@
"dwl": "dataweaveresource",
"aq": "assessmentquestion",
"aqs": "assessmentquestionset",
"identityverificationprocdef": "identityverificationprocdef",
"IdentityVerificationProcDef": "identityverificationprocdef",
"digitalExperience": "digitalexperiencebundle",
"digitalExperienceConfig": "digitalexperienceconfig",
"forecastingFilter": "forecastingfilter",
Expand Down

2 comments on commit 601346a

@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: 601346a Previous: 2c5f26e Ratio
eda-componentSetCreate-linux 230 ms 178 ms 1.29
eda-sourceToMdapi-linux 1933 ms 1932 ms 1.00
eda-sourceToZip-linux 1797 ms 1639 ms 1.10
eda-mdapiToSource-linux 3072 ms 3013 ms 1.02
lotsOfClasses-componentSetCreate-linux 385 ms 361 ms 1.07
lotsOfClasses-sourceToMdapi-linux 3459 ms 3418 ms 1.01
lotsOfClasses-sourceToZip-linux 2822 ms 2674 ms 1.06
lotsOfClasses-mdapiToSource-linux 3256 ms 3332 ms 0.98
lotsOfClassesOneDir-componentSetCreate-linux 655 ms 604 ms 1.08
lotsOfClassesOneDir-sourceToMdapi-linux 6234 ms 6238 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5039 ms 5124 ms 0.98
lotsOfClassesOneDir-mdapiToSource-linux 6087 ms 6150 ms 0.99

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: 601346a Previous: 2c5f26e Ratio
eda-componentSetCreate-win32 422 ms 419 ms 1.01
eda-sourceToMdapi-win32 3502 ms 3777 ms 0.93
eda-sourceToZip-win32 2613 ms 2710 ms 0.96
eda-mdapiToSource-win32 5691 ms 6357 ms 0.90
lotsOfClasses-componentSetCreate-win32 855 ms 920 ms 0.93
lotsOfClasses-sourceToMdapi-win32 7627 ms 8030 ms 0.95
lotsOfClasses-sourceToZip-win32 4642 ms 5125 ms 0.91
lotsOfClasses-mdapiToSource-win32 7397 ms 7907 ms 0.94
lotsOfClassesOneDir-componentSetCreate-win32 1481 ms 1562 ms 0.95
lotsOfClassesOneDir-sourceToMdapi-win32 13723 ms 14782 ms 0.93
lotsOfClassesOneDir-sourceToZip-win32 8749 ms 9103 ms 0.96
lotsOfClassesOneDir-mdapiToSource-win32 13474 ms 13735 ms 0.98

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

Please sign in to comment.