Skip to content

Commit

Permalink
fix: remove a few unsupported types
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Nov 2, 2023
1 parent 1778b95 commit 9a3fe24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/registry/nonSupportedTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export const metadataTypes = [
'StandardValue',

// the following are not describable based on their features/settings, see git blame for last time checked
'DiscoveryStory',
'EmployeeDataSyncProfile',
'RelatedRecordAssocCriteria',
'ScoreRange',
Expand All @@ -72,9 +71,6 @@ export const metadataTypes = [
'ExternalDataTranField',
'ExternalDataTranObject',

// spun up with HIGHSCALEORDERS, not in describe
'RegisteredExternalService',

// spun up org with ASSESSMENTS, not in describe
'AssessmentConfiguration',

Expand Down

2 comments on commit 9a3fe24

@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: 9a3fe24 Previous: 679cc4c Ratio
eda-componentSetCreate-linux 300 ms 248 ms 1.21
eda-sourceToMdapi-linux 7070 ms 4809 ms 1.47
eda-sourceToZip-linux 5164 ms 4608 ms 1.12
eda-mdapiToSource-linux 4364 ms 3373 ms 1.29
lotsOfClasses-componentSetCreate-linux 574 ms 514 ms 1.12
lotsOfClasses-sourceToMdapi-linux 7672 ms 6103 ms 1.26
lotsOfClasses-sourceToZip-linux 7771 ms 5935 ms 1.31
lotsOfClasses-mdapiToSource-linux 4761 ms 3167 ms 1.50
lotsOfClassesOneDir-componentSetCreate-linux 987 ms 748 ms 1.32
lotsOfClassesOneDir-sourceToMdapi-linux 12669 ms 9050 ms 1.40
lotsOfClassesOneDir-sourceToZip-linux 13478 ms 8664 ms 1.56
lotsOfClassesOneDir-mdapiToSource-linux 8655 ms 5962 ms 1.45

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: 9a3fe24 Previous: 679cc4c Ratio
eda-componentSetCreate-win32 492 ms 716 ms 0.69
eda-sourceToMdapi-win32 7266 ms 9914 ms 0.73
eda-sourceToZip-win32 5897 ms 7559 ms 0.78
eda-mdapiToSource-win32 6678 ms 10213 ms 0.65
lotsOfClasses-componentSetCreate-win32 975 ms 1545 ms 0.63
lotsOfClasses-sourceToMdapi-win32 11308 ms 16616 ms 0.68
lotsOfClasses-sourceToZip-win32 9438 ms 13258 ms 0.71
lotsOfClasses-mdapiToSource-win32 7913 ms 12923 ms 0.61
lotsOfClassesOneDir-componentSetCreate-win32 1635 ms 2707 ms 0.60
lotsOfClassesOneDir-sourceToMdapi-win32 18052 ms 27888 ms 0.65
lotsOfClassesOneDir-sourceToZip-win32 12346 ms 17419 ms 0.71
lotsOfClassesOneDir-mdapiToSource-win32 14545 ms 23500 ms 0.62

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

Please sign in to comment.