catchpoint / WebPageTest.visual-metrics

Calculate visual performance metrics from a video (Speed Index, Visual Complete, Incremental progress, etc)
BSD 3-Clause "New" or "Revised" License
153 stars 46 forks source link

Add option to get results as JSON #10

Closed cowchimp closed 8 years ago

cowchimp commented 8 years ago

Hi.

WDYT about adding an option (via command line parameter) to get back the results as JSON? Could be useful to build tools around visualmetrics.

Thanks.

pmeenan commented 8 years ago

sgtm and shouldn't be much effort.

cowchimp commented 8 years ago

I'd send a PR but I don't speak python :snake: :grimacing:

pmeenan commented 8 years ago

np, I'll take a look but I'm into something else right now so it may take a little bit.

cowchimp commented 8 years ago

Fixed by #11 & #12.

VisualProgress is still a string but don't see a reason to leave this issue open just because of that.