* Use Fully Loaded from Browsertime instead of PageXray
We now uses the Fully Loaded from the HAR and using the one from
Browsertime gives us stats like median, so let us use that!
* Show more/better metrics
Make it easier to understand where the metrics in the summary comes from, show Perceptual Speed Index and Page Load Time in the first summary screen and use ms for Speed Index.
Changed the structure so we now have a dataCollector plugin that collects the
default data and is shared through the context. Tried to make the HTML plugin
only handle HTML. And some restructuring. Lets go through the naming before
the final release.
Use --browsertime.script myScript.js to add your script. You can run multiple script by passing the parameter multiple times.
The metrics will automatically turn up on the summary page, detailed page, the summary page of the page and the run page. They will also be sent to Graphite.
We lack support for passing a dir with multiple files (as we have in Browsertime) but I think it's ok to wait with that! #1063