Bug 1604527 Comment 28 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Andrew Creskey [:acreskey] [he/him] from comment #27)

> I'm running `gve` through regular mozilla browsertime and I'm seeing the orange.
> 
> Rob, can you provide me with the ./mach command to try this locally and I'll see if I notice anything off?

Interesting, and yes webrender is disabed - at least `enable_webrender=False` inside Raptor. This is the command I am using locally:

`./mach raptor --test amazon --app=geckoview --binary="org.mozilla.geckoview_example" --browser-cycles 2 --browsertime --cold --browsertime-video`

Also I am using a GVE build from treeherder's Android 4.0 API 16 (OPT) on my GP2, i.e.:

https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&tier=1%2C2%2C3&revision=9d401beea71d16526843d414e0f17415ce606a8c&searchStr=android%2C4.0%2Capi%2C16&selectedJob=283559709
(In reply to Andrew Creskey [:acreskey] [he/him] from comment #27)

> I'm running `gve` through regular mozilla browsertime and I'm seeing the orange.
> 
> Rob, can you provide me with the ./mach command to try this locally and I'll see if I notice anything off?

Interesting, and yes webrender is disabed - at least `enable_webrender=False` inside Raptor. This is the command I am using locally:

`./mach raptor --test amazon --app=geckoview --binary="org.mozilla.geckoview_example" --browser-cycles 2 --browsertime --cold --browsertime-video`

And this is the actual browsertime command that raptor is calling:

`raptor-main Info: browsertime cmd: /Users/rwood/.mozbuild/node/bin/node /Users/rwood/mozilla-central/tools/browsertime/node_modules/browsertime/bin/browsertime.js /Users/rwood/mozilla-central/testing/raptor/raptor/../browsertime/browsertime_pageload.js --browser firefox --android --firefox.binaryPath /Users/rwood/.mozbuild/node/bin/node --firefox.android.package org.mozilla.geckoview_example --firefox.android.activity org.mozilla.geckoview_example.GeckoViewActivity --browsertime.page_cycles 1 --browsertime.url https://www.amazon.com --browsertime.page_cycle_delay 1000 --browsertime.post_startup_delay 30000 --firefox.profileTemplate /var/folders/ty/60lmmg9565b_51cfpchkzbkw0000gn/T/tmpy98qTB --skipHar --video true --visualMetrics false --timeouts.pageLoad 60000 --timeouts.script 60000 -vvv --resultDir /Users/rwood/mozilla-central/testing/mozharness/build/blobber_upload_dir/browsertime-results/amazon-cold -n 2`

Also I am using a GVE build from treeherder's Android 4.0 API 16 (OPT) on my GP2, i.e.:

https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&tier=1%2C2%2C3&revision=9d401beea71d16526843d414e0f17415ce606a8c&searchStr=android%2C4.0%2Capi%2C16&selectedJob=283559709

Back to Bug 1604527 Comment 28