Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 14, 2024
1 parent 036b755 commit 2bc7c3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/update-registry/updateRegistryFromCoreMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const logMissingEntry =

(async () => {
const missingTypes = await whatTypesNeedDescribe();
const missingTypesAsDescribeResult = await getMissingTypesFromDescribe(missingTypes);
console.log(missingTypesAsDescribeResult);
registryUpdate(missingTypesAsDescribeResult);
const missingTypesAsDescribeEntry = await getMissingTypesFromDescribe(missingTypes);
console.log(missingTypesAsDescribeEntry);
registryUpdate(missingTypesAsDescribeEntry);
})();

2 comments on commit 2bc7c3d

@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: 2bc7c3d Previous: 036b755 Ratio
eda-componentSetCreate-linux 234 ms 246 ms 0.95
eda-sourceToMdapi-linux 2586 ms 2382 ms 1.09
eda-sourceToZip-linux 1946 ms 1870 ms 1.04
eda-mdapiToSource-linux 2924 ms 2886 ms 1.01
lotsOfClasses-componentSetCreate-linux 438 ms 430 ms 1.02
lotsOfClasses-sourceToMdapi-linux 3730 ms 3748 ms 1.00
lotsOfClasses-sourceToZip-linux 3112 ms 3212 ms 0.97
lotsOfClasses-mdapiToSource-linux 3574 ms 3650 ms 0.98
lotsOfClassesOneDir-componentSetCreate-linux 771 ms 765 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-linux 6568 ms 6589 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5640 ms 5867 ms 0.96
lotsOfClassesOneDir-mdapiToSource-linux 6437 ms 6640 ms 0.97

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: 2bc7c3d Previous: 036b755 Ratio
eda-componentSetCreate-win32 604 ms 623 ms 0.97
eda-sourceToMdapi-win32 4103 ms 4299 ms 0.95
eda-sourceToZip-win32 2894 ms 2943 ms 0.98
eda-mdapiToSource-win32 5599 ms 5578 ms 1.00
lotsOfClasses-componentSetCreate-win32 1167 ms 1190 ms 0.98
lotsOfClasses-sourceToMdapi-win32 7500 ms 7597 ms 0.99
lotsOfClasses-sourceToZip-win32 5002 ms 4983 ms 1.00
lotsOfClasses-mdapiToSource-win32 7606 ms 7769 ms 0.98
lotsOfClassesOneDir-componentSetCreate-win32 2032 ms 2101 ms 0.97
lotsOfClassesOneDir-sourceToMdapi-win32 13393 ms 13586 ms 0.99
lotsOfClassesOneDir-sourceToZip-win32 8798 ms 9787 ms 0.90
lotsOfClassesOneDir-mdapiToSource-win32 13896 ms 14070 ms 0.99

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

Please sign in to comment.