Open
Bug 2006189
Opened 1 month ago
Updated 1 month ago
Make the parsing of process names in the resource usage tests more flexible
Categories
(Testing :: Performance, enhancement)
Testing
Performance
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: mstange, Assigned: mstange)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
In bug 2005825 I'm considering renaming processes, e.g. from org.mozilla.fenix:gpu to org.mozilla.fenix:gpu_disable_art_image_ . This rename trips up the current parsing in the resource usage test. Let's tweak it.
Comment 1•1 month ago
|
||
In the same vein, I'm interested in adding a gecko_ prefix to the gecko service processes, so I suspect I'll run into the same problem if I do that
| Assignee | ||
Comment 2•1 month ago
|
||
| Assignee | ||
Comment 3•1 month ago
|
||
Doing 'cpu_times[final_name] += milliseconds' when final_name is not in cpu_times throws a KeyError.
You need to log in
before you can comment on or make changes to this bug.
Description
•