Confirmed users
2,207
edits
No edit summary |
No edit summary |
||
| Line 36: | Line 36: | ||
= Try server = | = Try server = | ||
{{note|It's recommended to run ~5 times using the <code>--rebuild</code> option due to the noise inherent in performance test results}} | |||
Talos tests can be triggered using the [https://firefox-source-docs.mozilla.org/tools/try/ try server]. The following command will run all Talos tests against all available platforms five times using the [https://firefox-source-docs.mozilla.org/tools/try/selectors/fuzzy.html fuzzy selector]: | |||
mach try fuzzy --query "^test- 'talos" --rebuild 5 | |||
{{todo|update this}} | |||
To turn on [[../Profiling|profiling]] as part of your talos tests on try, add "mozharness: --spsProfile" to the end of the try syntax (i.e. "-t g1 mozharness: --spsProfile"). There is an option to do this in trychooser. | To turn on [[../Profiling|profiling]] as part of your talos tests on try, add "mozharness: --spsProfile" to the end of the try syntax (i.e. "-t g1 mozharness: --spsProfile"). There is an option to do this in trychooser. | ||