Skip to content

Commit

Permalink
chore: test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Aug 22, 2024
1 parent 6d52315 commit 63d4813
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 @@ -92,7 +92,7 @@ describe('ComponentSet', () => {
{ members: ['replaceStuff'], name: 'ApexClass' },
{ members: ['TestObj__c.FieldA__c'], name: 'CustomField' },
{ members: ['TestObj__c'], name: 'CustomObject' },
{ members: ['Test'], name: 'StaticResource' },
{ members: ['ImageTest', 'Test'], name: 'StaticResource' },
],
version,
});
Expand Down

2 comments on commit 63d4813

@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: 63d4813 Previous: 7468cc7 Ratio
eda-componentSetCreate-linux 233 ms 231 ms 1.01
eda-sourceToMdapi-linux 2355 ms 2376 ms 0.99
eda-sourceToZip-linux 1867 ms 1849 ms 1.01
eda-mdapiToSource-linux 2874 ms 2901 ms 0.99
lotsOfClasses-componentSetCreate-linux 429 ms 421 ms 1.02
lotsOfClasses-sourceToMdapi-linux 3658 ms 3715 ms 0.98
lotsOfClasses-sourceToZip-linux 3112 ms 3172 ms 0.98
lotsOfClasses-mdapiToSource-linux 3555 ms 3604 ms 0.99
lotsOfClassesOneDir-componentSetCreate-linux 752 ms 753 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-linux 6447 ms 6608 ms 0.98
lotsOfClassesOneDir-sourceToZip-linux 5457 ms 5691 ms 0.96
lotsOfClassesOneDir-mdapiToSource-linux 6462 ms 6568 ms 0.98

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: 63d4813 Previous: 7468cc7 Ratio
eda-componentSetCreate-win32 613 ms 649 ms 0.94
eda-sourceToMdapi-win32 4297 ms 4342 ms 0.99
eda-sourceToZip-win32 2842 ms 2899 ms 0.98
eda-mdapiToSource-win32 5641 ms 5632 ms 1.00
lotsOfClasses-componentSetCreate-win32 1191 ms 1214 ms 0.98
lotsOfClasses-sourceToMdapi-win32 7612 ms 7940 ms 0.96
lotsOfClasses-sourceToZip-win32 4930 ms 5097 ms 0.97
lotsOfClasses-mdapiToSource-win32 7738 ms 8159 ms 0.95
lotsOfClassesOneDir-componentSetCreate-win32 2084 ms 2087 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-win32 13549 ms 13856 ms 0.98
lotsOfClassesOneDir-sourceToZip-win32 8934 ms 8889 ms 1.01
lotsOfClassesOneDir-mdapiToSource-win32 13899 ms 14243 ms 0.98

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

Please sign in to comment.