Open
Bug 1714099
Opened 4 years ago
Updated 3 years ago
Rework the console layer for perftest
Categories
(Testing :: mozperftest, enhancement, P3)
Tracking
(firefox91 affected)
REOPENED
91 Branch
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | affected |
People
(Reporter: gregtatum, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
I'm re-working the output of the console layer for perftest, and turning it on by default when running the tests locally.
-----------------------------------------------------------------------------------------------------------------------------------------------
metric unit median mean std dev cycles
-----------------------------------------------------------------------------------------------------------------------------------------------
Intl.DateTimeFormat constructor iterations iterations 1000 1000 0.0 13
Intl.DateTimeFormat constructor accumulatedTime ms 171.36641499999274 177.68387246153736 38.24993003859615 13
Intl.DateTimeFormat constructor perCallTime ms 0.17136641499999275 0.17768387246153736 0.03824993003859614 13
Intl.DateTimeFormat.prototype.format iterations iterations 1000000 1000000 0.0 13
Intl.DateTimeFormat.prototype.format accumulatedTime ms 2113.936437999934 2202.943451230752 373.566999768796 13
Intl.DateTimeFormat.prototype.format perCallTime ms 0.002113936437999934 0.002202943451230752 0.000373566999768796 13
| Reporter | ||
Comment 1•4 years ago
|
||
This will only turn it on locally, but not when run in CI.
Depends on D116654
| Reporter | ||
Comment 2•4 years ago
|
||
This includes a table including the mean, median, and standard deviation.
Depends on D116655
Pushed by gtatum@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7d11687051eb
Locally enable the console layer by default in perftest; r=sparky
Comment 4•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
| Reporter | ||
Comment 5•4 years ago
|
||
Re-opening as I only landed one of the approved patches.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•4 years ago
|
Updated•4 years ago
|
Attachment #9224832 -
Attachment is obsolete: true
| Reporter | ||
Updated•3 years ago
|
Assignee: gtatum → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•