mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add linux-pref job (#33261)
Job will do some performance benchmarks (Dromeo, Speedometer) and mesure binary size and will report results to bencher.dev Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> Co-authored-by: DK Liao <dklassic@gmail.com>
This commit is contained in:
parent
61ca2dde29
commit
faefed9869
8 changed files with 180 additions and 0 deletions
4
.github/workflows/try.yml
vendored
4
.github/workflows/try.yml
vendored
|
@ -21,6 +21,9 @@ on:
|
|||
unit-tests:
|
||||
required: false
|
||||
type: boolean
|
||||
bencher:
|
||||
required: false
|
||||
type: boolean
|
||||
|
||||
jobs:
|
||||
decision:
|
||||
|
@ -104,6 +107,7 @@ jobs:
|
|||
profile: ${{ matrix.profile }}
|
||||
unit-tests: ${{ matrix.unit_tests }}
|
||||
wpt-args: ${{ matrix.wpt_args }}
|
||||
bencher: ${{ matrix.bencher }}
|
||||
|
||||
build-result:
|
||||
name: Result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue