Memory health benchmark should be running on Android One |
||
Issue description
The memory health benchmark should be running on Android One bots. But it's not because of:
@classmethod
def ShouldDisable(cls, possible_browser):
# Benchmark requires DeskClock app only available on Nexus devices.
# See http://crbug.com/546842
return 'nexus' not in possible_browser.platform.GetDeviceTypeName().lower()
https://code.google.com/p/chromium/codesearch#chromium/src/tools/perf/benchmarks/memory_infra.py&l=63
On Android One the device type name (which resolves to "getprop ro.product.model") returns: "W6210 (4560MMX_b fingerprint)".
The real fix is of course to complete issue 586148 , so we can enable the test on all devices. But meanwhile I'll try to come up with a workaround (the DeskClock app *is* available on these devices).
,
Apr 28 2016
Benchmark is running again! http://build.chromium.org/p/chromium.perf/builders/Android%20One%20Perf%20%281%29/builds/2452/steps/memory.memory_health_quick/
,
Apr 29 2016
For some context; Which benchmark is this? One that contributes to the current system health plan dashboard or the Android memory acceptance test, or something else entirely?
,
Apr 29 2016
Neither. Although it *is* the memory.memory_health_plan benchmark, this is running on public bots, so it does *not* form part of the high level metrics reported on the chrome health dashboard. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 27 2016