Skip to content

Commit

Permalink
ci: qa for workflows change
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jan 19, 2024
1 parent 9045981 commit 268c694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
windows-unit-tests:
needs: linux-unit-tests
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@sm/windows-longpath

nuts:
needs: linux-unit-tests
Expand Down

1 comment on commit 268c694

@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: 268c694 Previous: 9045981 Ratio
eda-componentSetCreate-linux 220 ms 210 ms 1.05
eda-sourceToMdapi-linux 2313 ms 1987 ms 1.16
eda-sourceToZip-linux 1618 ms 1661 ms 0.97
eda-mdapiToSource-linux 2984 ms 3088 ms 0.97
lotsOfClasses-componentSetCreate-linux 372 ms 391 ms 0.95
lotsOfClasses-sourceToMdapi-linux 3478 ms 3402 ms 1.02
lotsOfClasses-sourceToZip-linux 2692 ms 2790 ms 0.96
lotsOfClasses-mdapiToSource-linux 3354 ms 3359 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 637 ms 646 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-linux 6182 ms 6252 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 5136 ms 4946 ms 1.04
lotsOfClassesOneDir-mdapiToSource-linux 6106 ms 6133 ms 1.00

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

Please sign in to comment.