Confirmed users
9,511
edits
Nalexander (talk | contribs) |
No edit summary |
||
Line 14: | Line 14: | ||
* A local mozilla repository clone with a [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions successful Firefox build] completed | * A local mozilla repository clone with a [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions successful Firefox build] completed | ||
* Run <code>./mach browsertime --setup</code> | * Run <code>./mach browsertime --setup</code> | ||
* To check your setup, run <code>./mach browsertime --check</code>, which will output something like: | |||
<code>ffmpeg: OK<br> | |||
convert: OK<br> | |||
compare: OK<br> | |||
Pillow: OK<br> | |||
SSIM: OK<br> | |||
</code> | |||
⚠️ If ffmpeg is listed as FAIL, you might want to try this: | ⚠️ If ffmpeg is listed as FAIL, you might want to try this: | ||
* <code>cd ~/.mozbuild</code> | * <code>cd ~/.mozbuild</code> | ||
Line 23: | Line 30: | ||
==== Running on Firefox Desktop ==== | ==== Running on Firefox Desktop ==== | ||
* <code>./mach browsertime https://www.sitespeed.io --firefox.binaryPath '/Users/sdonner/moz_src/mozilla-unified/obj-x86_64-apple-darwin18.7.0/dist/Nightly.app/Contents/MacOS/firefox'</code> | * Browsertime-"native":<br> | ||
<code>./mach browsertime https://www.sitespeed.io --firefox.binaryPath '/Users/sdonner/moz_src/mozilla-unified/obj-x86_64-apple-darwin18.7.0/dist/Nightly.app/Contents/MacOS/firefox'</code> | |||
* Raptor-wrapped:<br> | |||
<code>./mach raptor --browsertime -t raptor-tp6-google-firefox</code> | |||
==== Running on Fennec ==== | ==== Running on Fennec ==== |