Bug 1729622 - [devtools] Fix match try fuzzy command in performance documentation. r=jdescottes.

Since the platform name can (and did) change from time to time,
let's only have linux in the name, which should be enough.

Differential Revision: https://phabricator.services.mozilla.com/D124883
This commit is contained in:
Nicolas Chevobbe 2021-09-08 08:14:10 +00:00
parent cc6d99c4e2
commit 0a80b50fff

View File

@ -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:
```bash
./mach try fuzzy --query "'linux64-shippable/ 'damp" --rebuild 5
./mach try fuzzy --query "'linux 'damp" --rebuild 5
```
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)