83
edits
(Add information for gecko profiling with browsertime.) |
(→Page-load tests: Recommend Raptor-Browsertime.) |
||
Line 42: | Line 42: | ||
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.''' | 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.''' | ||
* Raptor-Browsertime (recommended):<br> | |||
./mach raptor --browsertime -t google --no-conditioned-profile | |||
* 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' | ||
=== Benchmark tests === | === Benchmark tests === |
edits