Closed
Bug 444174
Opened 18 years ago
Closed 17 years ago
more readable/compact talos output to waterfall.
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: anodelman, Assigned: anodelman)
References
Details
Attachments
(2 files)
|
1.16 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
|
2.16 KB,
patch
|
bhearsum
:
review+
anodelman
:
checked-in+
|
Details | Diff | Splinter Review |
Goals:
- thinner talos columns on the waterfall
- easier to read output (convert memory sizes in bytes into easy to read MB or GB)
| Assignee | ||
Comment 1•18 years ago
|
||
Currently we force the waterfall to have test:value on the same line, making the waterfall column wider. This patch allows for a line break between test and value.
You can see it up and running on the MozillaTest waterfall.
Attachment #328546 -
Flags: review?(rcampbell)
Comment 2•18 years ago
|
||
Comment on attachment 328546 [details] [diff] [review]
[checked in] allow waterfall to line break
um, I'm not seeing an extra space in the second line, other than the space before the + operator. Is that right?
Also, didn't we get burned once before trying to add spaces and linebreaks on the tinderbox waterfall?
Comment 3•18 years ago
|
||
Comment on attachment 328546 [details] [diff] [review]
[checked in] allow waterfall to line break
extra non-significant space in the second line not-withstanding, r+.
Attachment #328546 -
Flags: review?(rcampbell) → review+
| Assignee | ||
Comment 4•18 years ago
|
||
Comment on attachment 328546 [details] [diff] [review]
[checked in] allow waterfall to line break
Checking in run_tests.py;
/cvsroot/mozilla/testing/performance/talos/run_tests.py,v <-- run_tests.py
new revision: 1.29; previous revision: 1.28
done
Attachment #328546 -
Attachment description: allow waterfall to line break → [checked in] allow waterfall to line break
Updated•17 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 5•17 years ago
|
||
Had this floating around in stage for a good many months, time to get it rolled out. Was initially waiting on ensuring that all memory related metrics are reported in bytes, and that got fixed quite a while ago as well.
Attachment #353735 -
Flags: review?(bhearsum)
Updated•17 years ago
|
Attachment #353735 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 6•17 years ago
|
||
Comment on attachment 353735 [details] [diff] [review]
[Checked in]compact format for values measured in bytes
Checking in run_tests.py;
/cvsroot/mozilla/testing/performance/talos/run_tests.py,v <-- run_tests.py
new revision: 1.34; previous revision: 1.33
done
Attachment #353735 -
Attachment description: compact format for values measured in bytes → [Checked in]compact format for values measured in bytes
Attachment #353735 -
Flags: checked‑in+
| Assignee | ||
Comment 7•17 years ago
|
||
Pushed to production and looks good on the waterfall.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•