83
edits
(→Page-load tests: Mention that `./mach browsertime` is not recommended.) |
(→Running on Android: Add raptor-browsertime information.) |
||
Line 52: | Line 52: | ||
==== Running on Android ==== | ==== Running on Android ==== | ||
. | Running on Raptor-Browsertime (recommended): | ||
* Running on Fenix | |||
./mach raptor --browsertime -t amazon --no-conditioned-profile --app fenix --binary org.mozilla.fenix | |||
* Running on Geckoview | |||
./mach raptor --browsertime -t amazon --no-conditioned-profile --app geckoview --binary org.mozilla.geckoview_example | |||
Running on vanilla Browsertime: | |||
* Running on Fenix/Firefox Preview | * Running on Fenix/Firefox Preview | ||
./mach browsertime --android --browser firefox --firefox.android.package org.mozilla.fenix.debug --firefox.android.activity org.mozilla.fenix.IntentReceiverActivity https://www.sitespeed.io | ./mach browsertime --android --browser firefox --firefox.android.package org.mozilla.fenix.debug --firefox.android.activity org.mozilla.fenix.IntentReceiverActivity https://www.sitespeed.io | ||
* Running on the GeckoView Example app | * Running on the GeckoView Example app | ||
./mach browsertime --android --browser firefox https://www.sitespeed.io | ./mach browsertime --android --browser firefox https://www.sitespeed.io | ||
==== Running on Google Chrome ==== | ==== Running on Google Chrome ==== |
edits