Closed
Bug 1385433
Opened 8 years ago
Closed 8 years ago
Improve behaviour of performance tab
Categories
(Tree Management :: Perfherder, enhancement)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: wlach)
Details
Attachments
(1 file)
There are some minor issues with the way that the current performance tab in treeherder works:
1. It doesn't take advantage of the number formatting elsewhere in the UI for readability (i.e. installer sizes are currently expressed as "61163151" as opposed to the much-more-readable "61,163,151")
2. We do a completely unnecessary round-trip to fetch performance information a second time.
These aren't terribly difficult to fix, so let's just fix them.
Comment 1•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Attachment #8891520 -
Flags: review?(shrutijasoria1996)
Updated•8 years ago
|
Attachment #8891520 -
Flags: review?(shrutijasoria1996) → review+
Comment 2•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/182b7aa004d826dbdc144408316cc27e7196e8e1
Bug 1385433 - Don't load performance data twice when opening job details panel
https://github.com/mozilla/treeherder/commit/c10dd64c0ea86653fd453152221eead329760337
Bug 1385433 - Improve display of numbers in performance panel
e.g. "61163151" -> "61,163,151"
| Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•