Skip to content

Commit

Permalink
test: make UT fail without changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Jan 9, 2025
1 parent 369f8d1 commit 40aca73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/collections/componentSet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ describe('ComponentSet', () => {

it('should keep manifestComponents/components in sync', async () => {
const set = new ComponentSet(undefined, registryAccess);
const jerryComponent = new SourceComponent({ name: 'Jerry', type: registry.types.staticresource });
const jerryComponent = { fullName: 'Jerry', type: registry.types.staticresource };
const billComponent = new SourceComponent({ name: 'Bill', type: registry.types.staticresource });
const philComponent = new SourceComponent({ name: 'Phil', type: registry.types.staticresource });

Expand Down

2 comments on commit 40aca73

@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: 40aca73 Previous: 6870684 Ratio
eda-componentSetCreate-linux 226 ms 207 ms 1.09
eda-sourceToMdapi-linux 2052 ms 1890 ms 1.09
eda-sourceToZip-linux 1825 ms 1721 ms 1.06
eda-mdapiToSource-linux 2656 ms 2637 ms 1.01
lotsOfClasses-componentSetCreate-linux 511 ms 421 ms 1.21
lotsOfClasses-sourceToMdapi-linux 3568 ms 3638 ms 0.98
lotsOfClasses-sourceToZip-linux 2926 ms 2846 ms 1.03
lotsOfClasses-mdapiToSource-linux 3464 ms 3459 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 817 ms 711 ms 1.15
lotsOfClassesOneDir-sourceToMdapi-linux 6308 ms 6143 ms 1.03
lotsOfClassesOneDir-sourceToZip-linux 4995 ms 4779 ms 1.05
lotsOfClassesOneDir-mdapiToSource-linux 6199 ms 5990 ms 1.03

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: 40aca73 Previous: 6870684 Ratio
eda-componentSetCreate-win32 693 ms 656 ms 1.06
eda-sourceToMdapi-win32 4125 ms 3898 ms 1.06
eda-sourceToZip-win32 3223 ms 2994 ms 1.08
eda-mdapiToSource-win32 5889 ms 5807 ms 1.01
lotsOfClasses-componentSetCreate-win32 1408 ms 1226 ms 1.15
lotsOfClasses-sourceToMdapi-win32 8162 ms 7470 ms 1.09
lotsOfClasses-sourceToZip-win32 5115 ms 4587 ms 1.12
lotsOfClasses-mdapiToSource-win32 8274 ms 7400 ms 1.12
lotsOfClassesOneDir-componentSetCreate-win32 2468 ms 2088 ms 1.18
lotsOfClassesOneDir-sourceToMdapi-win32 14571 ms 13226 ms 1.10
lotsOfClassesOneDir-sourceToZip-win32 9210 ms 8203 ms 1.12
lotsOfClassesOneDir-mdapiToSource-win32 13982 ms 13336 ms 1.05

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

Please sign in to comment.