Skip to content

Commit

Permalink
fix: add genAiFunction bundle type
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Feb 4, 2025
1 parent b88281c commit 7a1e8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/filePathGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export const filePathsFromMetadataComponent = (
['WaveTemplateBundle', [join(packageDirWithTypeDir, `${fullName}${sep}template-info.json`)]],
['LightningComponentBundle', [join(packageDirWithTypeDir, `${fullName}${sep}${fullName}.js${META_XML_SUFFIX}`)]],
['AuraDefinitionBundle', [join(packageDirWithTypeDir, `${fullName}${sep}${fullName}.cmp${META_XML_SUFFIX}`)]],
['GenAiFunction', [join(packageDirWithTypeDir, `${fullName}.xml${META_XML_SUFFIX}`)]],
[
'AppFrameworkTemplateBundle',
[
Expand Down

2 comments on commit 7a1e8cd

@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: 7a1e8cd Previous: 73b9752 Ratio
eda-componentSetCreate-linux 227 ms 228 ms 1.00
eda-sourceToMdapi-linux 2098 ms 2105 ms 1.00
eda-sourceToZip-linux 1899 ms 1851 ms 1.03
eda-mdapiToSource-linux 2689 ms 2729 ms 0.99
lotsOfClasses-componentSetCreate-linux 474 ms 479 ms 0.99
lotsOfClasses-sourceToMdapi-linux 3640 ms 3643 ms 1.00
lotsOfClasses-sourceToZip-linux 3038 ms 3073 ms 0.99
lotsOfClasses-mdapiToSource-linux 3546 ms 3512 ms 1.01
lotsOfClassesOneDir-componentSetCreate-linux 837 ms 825 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-linux 6365 ms 6455 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 5067 ms 5330 ms 0.95
lotsOfClassesOneDir-mdapiToSource-linux 6360 ms 6387 ms 1.00

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: 7a1e8cd Previous: 73b9752 Ratio
eda-componentSetCreate-win32 687 ms 710 ms 0.97
eda-sourceToMdapi-win32 4177 ms 4112 ms 1.02
eda-sourceToZip-win32 3313 ms 3250 ms 1.02
eda-mdapiToSource-win32 6081 ms 6119 ms 0.99
lotsOfClasses-componentSetCreate-win32 1438 ms 1401 ms 1.03
lotsOfClasses-sourceToMdapi-win32 8254 ms 8299 ms 0.99
lotsOfClasses-sourceToZip-win32 5155 ms 5234 ms 0.98
lotsOfClasses-mdapiToSource-win32 8269 ms 8228 ms 1.00
lotsOfClassesOneDir-componentSetCreate-win32 2519 ms 2565 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-win32 13639 ms 14092 ms 0.97
lotsOfClassesOneDir-sourceToZip-win32 8711 ms 8741 ms 1.00
lotsOfClassesOneDir-mdapiToSource-win32 13735 ms 13904 ms 0.99

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

Please sign in to comment.