Closed
Bug 1648360
Opened 5 years ago
Closed 5 years ago
options to set perfherder settings
Categories
(Testing :: mozperftest, defect, P3)
Testing
mozperftest
Tracking
(firefox80 fixed)
RESOLVED
FIXED
mozilla80
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: tarek, Assigned: tarek)
References
Details
Attachments
(1 file)
right now we can filter the metrics we want with
--perfherder-metrics foo baz
but they will get the default values for unit, alert threshold etc,
we need to allow tweaking this somehow.
maybe directly through the command line ? or a custom parser?
| Assignee | ||
Comment 1•5 years ago
|
||
proposal:
--perfherder-metrics name:foo,unit:count name:baz,alertTreshold:2;unit:ms
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → tarek
Component: General → mozperftest
Product: Firefox → Testing
| Assignee | ||
Comment 2•5 years ago
|
||
This patch adds the ability to define complex metrics
| Assignee | ||
Comment 3•5 years ago
|
||
try run with this patch
will add one for fenix
| Assignee | ||
Comment 4•5 years ago
|
||
Pushed by tziade@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c12cb387e2b4
complex metrics in --perfherder-metrics r=sparky
Comment 6•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•