Closed
Bug 1159154
Opened 10 years ago
Closed 7 years ago
Create a helper to allow apps to write raptor tests on service workers
Categories
(Firefox OS Graveyard :: Gaia::PerformanceTest, defect)
Firefox OS Graveyard
Gaia::PerformanceTest
Tracking
(Not tracked)
RESOLVED
WONTFIX
FxOS-S9 (16Oct)
People
(Reporter: ferjm, Assigned: arcturus)
References
Details
Raptor is fully dependent of the User Timing API, which is not completely exposed on workers (Bug 1155761). Luckily we have Performance.now on workers, so we can create a polyfill of the missing parts. We'll need to implement the functionality for adding perf marks and measures and we'll need to dump the performance info to the adb logcat so Raptor can consume this data.
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → ferjmoreno
Updated•9 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 1•9 years ago
|
||
I am not working on this, so feel free to take it.
Assignee: ferjmoreno → nobody
Status: ASSIGNED → NEW
Reporter | ||
Updated•9 years ago
|
Target Milestone: --- → FxOS-S3 (24Jul)
Reporter | ||
Updated•9 years ago
|
Blocks: nga-toolkit-service-workers
Updated•9 years ago
|
Assignee: nobody → salva
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•9 years ago
|
Target Milestone: FxOS-S3 (24Jul) → FxOS-S4 (07Aug)
Assignee | ||
Updated•9 years ago
|
Target Milestone: FxOS-S4 (07Aug) → FxOS-S6 (04Sep)
Assignee | ||
Updated•9 years ago
|
Target Milestone: FxOS-S6 (04Sep) → FxOS-S7 (18Sep)
Assignee | ||
Updated•9 years ago
|
Target Milestone: FxOS-S7 (18Sep) → FxOS-S8 (02Oct)
Updated•9 years ago
|
Target Milestone: FxOS-S8 (02Oct) → FxOS-S9 (16Oct)
Comment 3•7 years ago
|
||
Firefox OS is not being worked on
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•