mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
feat: Track the binary size for all the different platforms (#34744)
* feat: Track the binary size for all the different platforms Signed-off-by: DK Liao <dklassic@gmail.com> * Add target to bencher job name Signed-off-by: DK Liao <dklassic@gmail.com> * Update .github/workflows/bencher.yml Co-authored-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: DK Liao <dklassic@gmail.com> --------- Signed-off-by: DK Liao <dklassic@gmail.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
c070372d1e
commit
9ceb957dd8
11 changed files with 365 additions and 153 deletions
5
.github/workflows/dispatch-workflow.yml
vendored
5
.github/workflows/dispatch-workflow.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
with:
|
||||
profile: ${{ inputs.profile }}
|
||||
unit-tests: ${{ inputs.unit-tests }}
|
||||
bencher: ${{ inputs.bencher }}
|
||||
|
||||
macos:
|
||||
if: ${{ inputs.workflow == 'macos' }}
|
||||
|
@ -41,6 +42,7 @@ jobs:
|
|||
wpt-layout: ${{ inputs.wpt-layout }}
|
||||
unit-tests: ${{ inputs.unit-tests }}
|
||||
wpt-args: ${{ inputs.wpt-args }}
|
||||
bencher: ${{ inputs.bencher }}
|
||||
|
||||
linux:
|
||||
if: ${{ inputs.workflow == 'linux' }}
|
||||
|
@ -67,10 +69,13 @@ jobs:
|
|||
secrets: inherit
|
||||
with:
|
||||
profile: ${{ inputs.profile }}
|
||||
bencher: ${{ inputs.bencher }}
|
||||
|
||||
ohos:
|
||||
if: ${{ inputs.workflow == 'ohos' }}
|
||||
name: OpenHarmony
|
||||
uses: ./.github/workflows/ohos.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
profile: ${{ inputs.profile }}
|
||||
bencher: ${{ inputs.bencher }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue