Open
Bug 1675102
Opened 5 years ago
Updated 5 years ago
move update_args into argparser
Categories
(Testing :: mozperftest, enhancement, P2)
Testing
mozperftest
Tracking
(Not tracked)
NEW
People
(Reporter: tarek, Unassigned)
Details
Attachments
(2 files)
8.92 KB,
text/plain
|
Details | |
8.92 KB,
patch
|
Details | Diff | Splinter Review |
we want to avoid mixing roles in ScriptInfo
Reporter | ||
Comment 1•5 years ago
|
||
for example
```
Reporter | ||
Comment 2•5 years ago
|
||
Reporter | ||
Comment 3•5 years ago
|
||
we can also change the options type (from str
to metrics:str
for instance) to flag them as a metrics option (and get rid of the code that tests the name)
we want to do this because sometimes the option name can contain metrics
and be something else. example: --visualmetrics
Updated•5 years ago
|
Assignee: tarek → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•