Closed
Bug 1234872
Opened 10 years ago
Closed 10 years ago
Graphs chooser should only display non-subtests by default
Categories
(Tree Management :: Perfherder, defect)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: wlach)
Details
Attachments
(1 file)
Loading the list of tests in the graph chooser is currently unnecessarily slow, it would be a lot faster if we only loaded the tests that weren't summaries by default. For the rare case that the user wanted to select one of those, we could add a checkbox called "Show subtests" (unchecked by default).
This involves both a client side and a server side portion, the latter of which is discussed in bug 1234868.
Hi Will, could I work on this issue and bug 1234868 after bug 1226693 been landed? Thank you :)
| Assignee | ||
Comment 2•10 years ago
|
||
(In reply to MikeLing from comment #1)
> Hi Will, could I work on this issue and bug 1234868 after bug 1226693 been
> landed? Thank you :)
Absolutely, this would be great to have. :) Feel free to start working on it immediately if you like, I hope to land your patches in the second week of February.
| Assignee | ||
Comment 3•10 years ago
|
||
I'm going to take this now, since it's annoying :jmaher.
Assignee: nobody → wlachance
Comment 4•10 years ago
|
||
| Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8746161 [details] [review]
[treeherder] wlach:1234872 > mozilla:master
This was even easier than I expected.
Attachment #8746161 -
Flags: review?(jmaher)
Comment 6•10 years ago
|
||
Comment on attachment 8746161 [details] [review]
[treeherder] wlach:1234872 > mozilla:master
that was pretty simple!
Attachment #8746161 -
Flags: review?(jmaher) → review+
Comment 7•10 years ago
|
||
Pull request has landed in master: https://github.com/mozilla/treeherder/commit/e7e98d0155e17198b85a85af2bcb9eaa40d9a44b
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 8•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/23598d6015888d59c4786dcc2186a95c70bc1cda
Bug 1234872 - Don't show subtests in performance data chooser by default
Instead have a checkbox that allows us to display them if needed. Most
commonly they are not interesting.
You need to log in
before you can comment on or make changes to this bug.
Description
•