TestEngineering/Performance/Raptor/Browsertime: Difference between revisions

no edit summary
No edit summary
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:
* To check your setup, run <code>./mach browsertime --check</code>, which will output something like:<br>
<code>ffmpeg:  OK<br>  
<code>
ffmpeg:  OK<br>  
convert:  OK<br>  
convert:  OK<br>  
compare:  OK<br>
compare:  OK<br>
Line 22: Line 23:
</code>
</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/browsertime/ffmpeg-4.1.1-macos64-static/bin</code>
* <code>cd browsertime</code>
* <code>cd bin</code>
* <code>chmod +x ffmpeg ffplay ffprobe</code>
* <code>chmod +x ffmpeg ffplay ffprobe</code>
Bugs which might further help are [https://bugzilla.mozilla.org/show_bug.cgi?id=1559168 bug 1559168], [https://bugzilla.mozilla.org/show_bug.cgi?id=1559727 bug 1559727], and [https://bugzilla.mozilla.org/show_bug.cgi?id=1574964 bug 1574964], for starters
Bugs which might further help are [https://bugzilla.mozilla.org/show_bug.cgi?id=1559168 bug 1559168], [https://bugzilla.mozilla.org/show_bug.cgi?id=1559727 bug 1559727], and [https://bugzilla.mozilla.org/show_bug.cgi?id=1574964 bug 1574964], for starters
Line 30: Line 29:


==== Running on Firefox Desktop ====
==== Running on Firefox Desktop ====
* Browsertime-"native":<br>
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>
<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>
Raptor-wrapped:<br>
<code>./mach raptor --browsertime -t raptor-tp6-google-firefox</code>
<code>./mach raptor --browsertime -t raptor-tp6-google-firefox</code>


Confirmed users
9,511

edits