Closed
Bug 1198532
Opened 9 years ago
Closed 9 years ago
Provide json version of the human readable output
Categories
(Firefox OS Graveyard :: Gaia::PerformanceTest, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
FxOS-S7 (18Sep)
People
(Reporter: fabrice, Assigned: Eli)
References
Details
(Whiteboard: [systemsfe])
raptor.log contains the raw events in json format, but it would be also very useful to get the processed output as json.
Assignee | ||
Comment 1•9 years ago
|
||
In working on this yesterday, it became apparent I would need to make some breaking changes to the reporting API, so I will roll this in with the v2.0 changes.
Assignee | ||
Comment 2•9 years ago
|
||
Addressed by PR in metabug. This will let raptor output its results via JSON at the end of the test, which can be piped:
raptor test reboot --output json > stats.json
raptor test reboot --output json | did_i_regress.js
Status: NEW → ASSIGNED
Target Milestone: --- → FxOS-S7 (18Sep)
Assignee | ||
Comment 3•9 years ago
|
||
Also as an FYI, raptor v2.0 creates a "metrics.ldjson" file instead of "raptor.log" file.
Assignee | ||
Comment 4•9 years ago
|
||
In npm: @mozilla/raptor v2.0.0
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•