зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1549375 - Update try syntax for running damp tests in devtools documentation r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D30350 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
72f8b4fbe9
Коммит
cb5e53c754
|
@ -136,7 +136,7 @@ This might happen if the test no longer waits for all the operations to finish e
|
|||
|
||||
To push your current patch to try, execute:
|
||||
```
|
||||
./mach try -b o -p linux64 -u none -t damp-e10s --rebuild-talos 5 --artifact
|
||||
./mach try -b o -p linux64 -u none -t damp --rebuild-talos 5 --artifact
|
||||
```
|
||||
It will print in your Terminal a link to perfherder like this one:
|
||||
[https://treeherder.mozilla.org/perf.html#/comparechooser?newProject=try&newRevision=9bef6cb13c43bbce21d40ffaea595e082a4c28db](https://treeherder.mozilla.org/perf.html#/comparechooser?newProject=try&newRevision=9bef6cb13c43bbce21d40ffaea595e082a4c28db)
|
||||
|
|
|
@ -17,11 +17,11 @@ This command will run all tests which contains "console" in their name.
|
|||
## How to run it on try?
|
||||
|
||||
```bash
|
||||
./mach try -b o -p linux64 -u none -t damp-e10s --rebuild-talos 6
|
||||
./mach try -b o -p linux64 -u none -t damp --rebuild-talos 6
|
||||
```
|
||||
* Linux appears to build and run quickly, and offers quite stable results over the other OSes.
|
||||
The vast majority of performance issues for DevTools are OS agnostic, so it doesn't really matter which one you run them on.
|
||||
* "damp-e10s" is the talos bucket in which we run DAMP.
|
||||
* "damp" is the talos bucket in which we run DAMP.
|
||||
* And 6 is the number of times we run DAMP tests. That's to do averages between all the 6 runs and helps filtering out the noise.
|
||||
|
||||
## What does it do?
|
||||
|
|
|
@ -18,5 +18,5 @@ Example try syntax containing `MOZ_QUIET`:
|
|||
```
|
||||
./mach try -b do -p linux,linux64,macosx64,win32,win64 \
|
||||
-u xpcshell,mochitest-bc,mochitest-e10s-bc,mochitest-dt,mochitest-chrome \
|
||||
-t damp-e10s --setenv MOZ_QUIET=1
|
||||
-t damp --setenv MOZ_QUIET=1
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче