Open
Bug 1543780
Opened 6 years ago
Updated 6 years ago
Categories
(Tree Management :: Perfherder, enhancement, P3)
Tree Management
Perfherder
Tracking
(Not tracked)
NEW
People
(Reporter: ekyle, Unassigned)
Details
The health dashboard pulls multiple tests over multiple suites over multiple platforms. This is done by pulling all signatures for a framework, but this takes time to deliver.
https://treeherder.mozilla.org/api/project/mozilla-central/performance/signatures/?framework=10&subtests=1
Once acquired, the dashboard will filter out all test/suite/platform combinations required, and then request the signatures that matched.
Maybe the result of each framework can be cached (daily) will may make it faster. Maybe adding an option to filter by suite
will reduce the size of the response which may make it faster.
Reporter | ||
Updated•6 years ago
|
Component: Treeherder: API → Perfherder
Updated•6 years ago
|
Type: defect → enhancement
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•