Skip to content

Commit

Permalink
chore: testing GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Jul 22, 2024
1 parent c4eedfb commit dea0f9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
linux-unit-tests:
needs: yarn-lockfile-check
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
prevent-TS:
needs: yarn-lockfile-check
uses: salesforcecli/github-workflows/.github/workflows/preventTypescriptDep.yml@wr/noTS
windows-unit-tests:
needs: linux-unit-tests
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
Expand Down

2 comments on commit dea0f9c

@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: dea0f9c Previous: cbcb704 Ratio
eda-componentSetCreate-linux 182 ms 184 ms 0.99
eda-sourceToMdapi-linux 2224 ms 2321 ms 0.96
eda-sourceToZip-linux 1824 ms 1810 ms 1.01
eda-mdapiToSource-linux 2801 ms 2899 ms 0.97
lotsOfClasses-componentSetCreate-linux 365 ms 357 ms 1.02
lotsOfClasses-sourceToMdapi-linux 3681 ms 3774 ms 0.98
lotsOfClasses-sourceToZip-linux 3087 ms 3123 ms 0.99
lotsOfClasses-mdapiToSource-linux 3493 ms 3545 ms 0.99
lotsOfClassesOneDir-componentSetCreate-linux 624 ms 634 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6554 ms 6649 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 5664 ms 5806 ms 0.98
lotsOfClassesOneDir-mdapiToSource-linux 6330 ms 6505 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: dea0f9c Previous: cbcb704 Ratio
eda-componentSetCreate-win32 407 ms 439 ms 0.93
eda-sourceToMdapi-win32 4181 ms 4719 ms 0.89
eda-sourceToZip-win32 2845 ms 3066 ms 0.93
eda-mdapiToSource-win32 5731 ms 6545 ms 0.88
lotsOfClasses-componentSetCreate-win32 859 ms 961 ms 0.89
lotsOfClasses-sourceToMdapi-win32 7291 ms 8640 ms 0.84
lotsOfClasses-sourceToZip-win32 4821 ms 5592 ms 0.86
lotsOfClasses-mdapiToSource-win32 7451 ms 8826 ms 0.84
lotsOfClassesOneDir-componentSetCreate-win32 1470 ms 1561 ms 0.94
lotsOfClassesOneDir-sourceToMdapi-win32 13233 ms 14450 ms 0.92
lotsOfClassesOneDir-sourceToZip-win32 8712 ms 9481 ms 0.92
lotsOfClassesOneDir-mdapiToSource-win32 13281 ms 14262 ms 0.93

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

Please sign in to comment.