You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments