83
edits
(→Setup: Mention autoupdate fixes.) |
(→Page-load tests: Mention that `./mach browsertime` is not recommended.) |
||
Line 40: | Line 40: | ||
=== Page-load tests === | === Page-load tests === | ||
There are two ways to run performance tests through browsertime listed below. '''Note that `./mach browsertime` should not be used when debugging performance issues with profiles as it does not do symbolication.''' | |||
* Browsertime-"native":<br> | * Browsertime-"native":<br> | ||
./mach browsertime https://www.sitespeed.io --firefox.binaryPath '/Users/{userdir}/moz_src/mozilla-unified/obj-x86_64-apple-darwin18.7.0/dist/Nightly.app/Contents/MacOS/firefox' | ./mach browsertime https://www.sitespeed.io --firefox.binaryPath '/Users/{userdir}/moz_src/mozilla-unified/obj-x86_64-apple-darwin18.7.0/dist/Nightly.app/Contents/MacOS/firefox' | ||
* Raptor-wrapped:<br> | * Raptor-wrapped:<br> | ||
./mach raptor --browsertime -t raptor-tp6-google-firefox | ./mach raptor --browsertime -t raptor-tp6-google-firefox | ||
=== Benchmark tests === | === Benchmark tests === | ||
* Raptor-wrapped:<br> | * Raptor-wrapped:<br> |
edits