Provide a method to simplify the metric names
Categories
(Testing :: mozperftest, task, P1)
Tracking
(firefox82 fixed)
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
Details
Attachments
(4 files)
This bug is for simplifying the names of the metrics that are obtained from mozperftest which is required to fix an issue where we exceed the max character limit (80) on perfherder-data metrics.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
This fixes a local failure in mozperftest by mocking the find_node_executable function in the visual-metrics tests. It is not needed for those tests.
Depends on D88915
| Assignee | ||
Comment 3•5 years ago
|
||
This patch adds two new options to mozperftest. The --simplify-names argument can be provided to enable simplification of metric names and the --simplify-exclude option allows users to select which metrics to skip in the simplification. A bug relating to setting the default of a list option is also fixed here.
Depends on D88916
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D88917
| Assignee | ||
Comment 5•5 years ago
|
||
Comment 7•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1870cbf2037b
https://hg.mozilla.org/mozilla-central/rev/7c82f90c624d
https://hg.mozilla.org/mozilla-central/rev/51251089fe61
https://hg.mozilla.org/mozilla-central/rev/c01d408f6997
Description
•