Closed
Bug 984894
Opened 12 years ago
Closed 11 years ago
Do not alert <30ms cold_load_time
Categories
(Datazilla Graveyard :: Metrics, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ekyle, Unassigned)
References
Details
In general, all potential alerts should have a parameter to filter by some absolute difference, along with sign, and percentage. This will prevent minor regressions from occupying our attention.
| Reporter | ||
Comment 1•12 years ago
|
||
Each of the tests (cold_load_time, fps, etc) can have a minimum difference set (absolute or percentage, but not both). fps, cold_load_time, communications/contacts_memory, startup_time are currently set to 1%. Sign is handled by marking each test as higher/lower is better. Finally, the measurement units can also be included.
Example:
"cold_load_time": {
"units": "ms",
"better": "lower",
"min_regression": "1%"
}
| Reporter | ||
Comment 2•11 years ago
|
||
Confirmed fixed
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•