Skip to content

Commit

Permalink
chore: remove signing and ctc
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit authored Aug 8, 2023
1 parent ad6ff18 commit d9c677a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
uses: salesforcecli/github-workflows/.github/workflows/npmPublish.yml@main
needs: [getDistTag]
with:
ctc: true
sign: true
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
githubTag: ${{ github.event.release.tag_name || inputs.tag }}

Expand Down

2 comments on commit d9c677a

@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: d9c677a Previous: bdb4299 Ratio
eda-componentSetCreate-linux 311 ms 268 ms 1.16
eda-sourceToMdapi-linux 6046 ms 7284 ms 0.83
eda-sourceToZip-linux 5637 ms 5377 ms 1.05
eda-mdapiToSource-linux 4045 ms 3749 ms 1.08
lotsOfClasses-componentSetCreate-linux 531 ms 529 ms 1.00
lotsOfClasses-sourceToMdapi-linux 9106 ms 8590 ms 1.06
lotsOfClasses-sourceToZip-linux 7939 ms 6922 ms 1.15
lotsOfClasses-mdapiToSource-linux 4855 ms 4153 ms 1.17
lotsOfClassesOneDir-componentSetCreate-linux 873 ms 798 ms 1.09
lotsOfClassesOneDir-sourceToMdapi-linux 13048 ms 11702 ms 1.12
lotsOfClassesOneDir-sourceToZip-linux 12746 ms 12891 ms 0.99
lotsOfClassesOneDir-mdapiToSource-linux 8455 ms 7553 ms 1.12

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: d9c677a Previous: bdb4299 Ratio
eda-componentSetCreate-win32 715 ms 428 ms 1.67
eda-sourceToMdapi-win32 10993 ms 7481 ms 1.47
eda-sourceToZip-win32 7798 ms 6085 ms 1.28
eda-mdapiToSource-win32 11099 ms 7080 ms 1.57
lotsOfClasses-componentSetCreate-win32 1474 ms 865 ms 1.70
lotsOfClasses-sourceToMdapi-win32 16765 ms 10983 ms 1.53
lotsOfClasses-sourceToZip-win32 11382 ms 7745 ms 1.47
lotsOfClasses-mdapiToSource-win32 14077 ms 8488 ms 1.66
lotsOfClassesOneDir-componentSetCreate-win32 2508 ms 1449 ms 1.73
lotsOfClassesOneDir-sourceToMdapi-win32 27764 ms 17860 ms 1.55
lotsOfClassesOneDir-sourceToZip-win32 19338 ms 15101 ms 1.28
lotsOfClassesOneDir-mdapiToSource-win32 25496 ms 15476 ms 1.65

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

Please sign in to comment.