-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into sh/has-decoded-component
- Loading branch information
Showing
10 changed files
with
496 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: create-github-release | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- prerelease/** | ||
tags-ignore: | ||
- "*" | ||
workflow_dispatch: | ||
inputs: | ||
prerelease: | ||
type: string | ||
description: "Name to use for the prerelease: beta, dev, etc. NOTE: If this is already set in the package.json, it does not need to be passed in here." | ||
|
||
jobs: | ||
release: | ||
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@main | ||
secrets: inherit | ||
with: | ||
prerelease: ${{ inputs.prerelease }} | ||
# If this is a push event, we want to skip the release if there are no semantic commits | ||
# However, if this is a manual release (workflow_dispatch), then we want to disable skip-on-empty | ||
# This helps recover from forgetting to add semantic commits ('fix:', 'feat:', etc.) | ||
skip-on-empty: ${{ github.event_name == 'push' }} | ||
docs: | ||
# # Most repos won't use this | ||
# # Depends on the 'release' job to avoid git collisions, not for any functionality reason | ||
needs: release | ||
secrets: inherit | ||
if: ${{ github.ref_name == 'main' }} | ||
uses: salesforcecli/github-workflows/.github/workflows/publishTypedoc.yml@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
17b8661
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-linux
300
ms361
ms0.83
eda-sourceToMdapi-linux
7202
ms8488
ms0.85
eda-sourceToZip-linux
5575
ms6256
ms0.89
eda-mdapiToSource-linux
4159
ms6807
ms0.61
lotsOfClasses-componentSetCreate-linux
576
ms691
ms0.83
lotsOfClasses-sourceToMdapi-linux
9770
ms12679
ms0.77
lotsOfClasses-sourceToZip-linux
8380
ms9362
ms0.90
lotsOfClasses-mdapiToSource-linux
4938
ms7704
ms0.64
lotsOfClassesOneDir-componentSetCreate-linux
862
ms1210
ms0.71
lotsOfClassesOneDir-sourceToMdapi-linux
13233
ms19568
ms0.68
lotsOfClassesOneDir-sourceToZip-linux
13171
ms15174
ms0.87
lotsOfClassesOneDir-mdapiToSource-linux
9003
ms13550
ms0.66
This comment was automatically generated by workflow using github-action-benchmark.
17b8661
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-win32
547
ms373
ms1.47
eda-sourceToMdapi-win32
9806
ms9275
ms1.06
eda-sourceToZip-win32
7574
ms5555
ms1.36
eda-mdapiToSource-win32
9733
ms6963
ms1.40
lotsOfClasses-componentSetCreate-win32
1066
ms843
ms1.26
lotsOfClasses-sourceToMdapi-win32
14135
ms10568
ms1.34
lotsOfClasses-sourceToZip-win32
11724
ms7991
ms1.47
lotsOfClasses-mdapiToSource-win32
11397
ms8401
ms1.36
lotsOfClassesOneDir-componentSetCreate-win32
1953
ms1498
ms1.30
lotsOfClassesOneDir-sourceToMdapi-win32
24041
ms17685
ms1.36
lotsOfClassesOneDir-sourceToZip-win32
19760
ms13944
ms1.42
lotsOfClassesOneDir-mdapiToSource-win32
20393
ms15380
ms1.33
This comment was automatically generated by workflow using github-action-benchmark.