New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 763954 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

run_benchmark --browser=exact is not working on Android

Project Member Reported by kraynov@chromium.org, Sep 11 2017

Issue description

The command below is not working for me:
$ tools/perf/run_benchmark run system_health.memory_mobile --browser=exact --browser-executable=out/AndroidRelease/apks/ChromePublic.apk --story-filter=load:search:google

perezju@ can you take a look? Thanks!
 
Labels: -Pri-2 Pri-3

Comment 2 by tiborg@chromium.org, Sep 15 2017

Cc: tiborg@chromium.org

Comment 3 by tiborg@chromium.org, Sep 15 2017

Try using --device=android.

$ tools/perf/run_benchmark run system_health.memory_mobile --browser=exact --device=android --browser-executable=out/Release/apks/ChromePublic.apk --story-filter=load:search:google

works for me.
Cc: nedngu...@google.com
Ned, the way telemetry picks up and selects a browser is a bit of a mess. We might need to spend a bit of time thinking how to streamline/simplify things?

Interestingly, some of the internal bots seem to be fine and happy running:

tools/perf/run_benchmark -v --upload-results --browser=exact --browser-executable out/Release/apks/Monochrome.apk --output-format=chartjson --also-run-disabled-tests memory.dual_browser_test
Yes. The whole device & browser discovery logic is a mess. I have this doc a while ago: https://docs.google.com/document/d/14GYqOmG2A8L1-biEDFSvgY9bFWWm7ruaCzgHd8Vmx00/edit#heading=h.aw6rglmwb8kv (Googler only, Some idea may still apply and some may not)
Yeah, I remember that doc. I'll keep this in my plate with a low Pri, and maybe work on it when I find some spare cycles.
Status: WontFix (was: Assigned)
Let's close this in favor of issue 799950 where we had the latest discussions around this issue.
Components: Test>Telemetry
Components: -Speed>Telemetry

Sign in to add a comment