Skip to content

Commit

Permalink
feat: genAiFunction is a bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 20, 2024
1 parent 944b0d8 commit 3cd8ec8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2676,7 +2676,11 @@
"id": "genaifunction",
"inFolder": false,
"name": "GenAiFunction",
"suffix": "genAiFunction"
"strategies": {
"adapter": "bundle"
},
"strictDirectoryName": true,
"supportsPartialDelete": true
},
"genaiplanner": {
"directoryName": "genAiPlanners",
Expand Down

2 comments on commit 3cd8ec8

@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: 3cd8ec8 Previous: 00d3906 Ratio
eda-componentSetCreate-linux 271 ms 240 ms 1.13
eda-sourceToMdapi-linux 2349 ms 2382 ms 0.99
eda-sourceToZip-linux 1907 ms 1904 ms 1.00
eda-mdapiToSource-linux 3095 ms 2928 ms 1.06
lotsOfClasses-componentSetCreate-linux 419 ms 445 ms 0.94
lotsOfClasses-sourceToMdapi-linux 3744 ms 3724 ms 1.01
lotsOfClasses-sourceToZip-linux 3154 ms 3233 ms 0.98
lotsOfClasses-mdapiToSource-linux 3589 ms 3603 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 750 ms 755 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-linux 6533 ms 6542 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5645 ms 5560 ms 1.02
lotsOfClassesOneDir-mdapiToSource-linux 6546 ms 6539 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: 3cd8ec8 Previous: 00d3906 Ratio
eda-componentSetCreate-win32 625 ms 602 ms 1.04
eda-sourceToMdapi-win32 4200 ms 4319 ms 0.97
eda-sourceToZip-win32 2872 ms 2951 ms 0.97
eda-mdapiToSource-win32 5540 ms 5648 ms 0.98
lotsOfClasses-componentSetCreate-win32 1181 ms 1195 ms 0.99
lotsOfClasses-sourceToMdapi-win32 7614 ms 7737 ms 0.98
lotsOfClasses-sourceToZip-win32 4925 ms 5015 ms 0.98
lotsOfClasses-mdapiToSource-win32 7596 ms 7815 ms 0.97
lotsOfClassesOneDir-componentSetCreate-win32 2074 ms 2077 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-win32 13482 ms 13601 ms 0.99
lotsOfClassesOneDir-sourceToZip-win32 9489 ms 9064 ms 1.05
lotsOfClassesOneDir-mdapiToSource-win32 13796 ms 14172 ms 0.97

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

Please sign in to comment.