mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
ohos CI: Add the build profile to speedometer results (#38231)
OHOS CI now has the build profile before the test cases to distringuish dev, release, production and similar. Testing: Tested on CI with a run here: https://github.com/Narfinger/servo/actions/runs/16465984131/job/46543984398 Fixes: Same name in speedometer CI will have very different speeds because of different profiles. This will fix this behaviour. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
parent
0970a99b7c
commit
d9f8fc505f
2 changed files with 10 additions and 8 deletions
2
.github/workflows/ohos.yml
vendored
2
.github/workflows/ohos.yml
vendored
|
@ -289,7 +289,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
- name: Run speedometer
|
||||
id: BencherRun
|
||||
run: python3 ./mach test-speedometer-ohos --bmf-output speedometer.json
|
||||
run: python3 ./mach test-speedometer-ohos --bmf-output speedometer.json --profile ${{ inputs.profile }}
|
||||
continue-on-error: true
|
||||
- name: Create empty speedometer.json if failed
|
||||
run: touch speedometer.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue