83
edits
(Add information about how to run CI performance tests on custom APKs.) |
(→Benchmark remotely: Add hg bookmark info.) |
||
Line 24: | Line 24: | ||
** This will replace the APK used in mozperftest tests (e.g. startup tests). | ** This will replace the APK used in mozperftest tests (e.g. startup tests). | ||
** 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 commit -m "Upload APK"</code>''' | * '''Commit the changes in-tree with: <code>hg bookmark my-upload; hg commit -m "Upload APK"</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>''' | * '''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