83
edits
(→Benchmark remotely: Add hg bookmark info.) |
(→Benchmark remotely: Add hg usage information.) |
||
Line 25: | Line 25: | ||
** Use <code>--browsertime-upload-apk</code> if you want to target Browsertime performance tests. | ** Use <code>--browsertime-upload-apk</code> if you want to target Browsertime performance tests. | ||
* '''Commit the changes in-tree with: <code>hg bookmark my-upload; hg commit -m "Upload APK"</code>''' | * '''Commit the changes in-tree with: <code>hg bookmark my-upload; hg commit -m "Upload APK"</code>''' | ||
** Note that this will move you out of the default branch/bookmark (central, or unified). To return to the original bookmark, run <code>hg update central</code>. | |||
** You can find a great [http://guide%20for%20how%20tohttps://mikeconley.github.io/documents/How_mconley_uses_Mercurial_for_Mozilla_code.html%20use%20Hg%20written%20by%20Mike%20Conley%20%5B:mconley%5D%20her guide for how to use Hg written by Mike Conley [:mconley<nowiki>]</nowiki> here]. | |||
* '''Now you can re-run the performance selector to pick the tests you want to run, and perform the push: <code>./mach try perf --android --show-all</code>''' | * '''Now you can re-run the performance selector to pick the tests you want to run, and perform the push: <code>./mach try perf --android --show-all</code>''' | ||
** Search for <code>'perftest 'start</code> to find the startup tests. | ** Search for <code>'perftest 'start</code> to find the startup tests. |
edits