Skip to content

Commit 44a698c

Browse files
committed
[macOS] Eliminate flutter_gallery_macos__start_up
The macOS devicelab machines are not physically configured for benchmarking at a 60 Hz refresh rate. With Flutter vsync wired up via CVDisplayLink (rather than a hardcoded 60 Hz rate as previously), the bot shows 0 monitors configured and syncs at 30 Hz. This is not a meaningful target to measure against but consumes devicelab CPU cycles. Given that there is currently no plan in place to acquire and configure a consistent pool of physical benchmarking desktop machines, disabling this test to reduce load on the bots. See flutter/engine#51210 for a discussion of the decision to move forward with wiring up vsync from macOS and ignore this benchmark.
1 parent 9230b0e commit 44a698c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.ci.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3604,17 +3604,6 @@ targets:
36043604
]
36053605
task_name: flutter_gallery_macos__compile
36063606

3607-
- name: Mac_benchmark flutter_gallery_macos__start_up
3608-
presubmit: false
3609-
recipe: devicelab/devicelab_drone
3610-
timeout: 60
3611-
properties:
3612-
dependencies: >-
3613-
[
3614-
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
3615-
]
3616-
task_name: flutter_gallery_macos__start_up
3617-
36183607
- name: Mac flutter_packaging_test
36193608
recipe: packaging/packaging
36203609
presubmit: false

0 commit comments

Comments
 (0)