cred to jpvincent

This commit is contained in:
soulgalore 2016-12-12 01:34:46 +01:00
parent e642eb9b47
commit 33626b4d51
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* The metric lines (firstVisualChange etc) is now stronger and easier to spot
* Slack: firstVisualChange, lastVisualChange and fullyLoaded metrics will be sent by default and you can now configure what metric you wanna use to decide if it is a warning/error message
* Use video.js as video player
* Collect custom metrics in WebPageTest (and send them to Graphite when configured)
* Collect custom metrics in WebPageTest (and send them to Graphite when configured). Thank you https://github.com/jpvincent for the initial PR!
### Fixed
* Running multiple URLs in WebPageTest failed because of a "feature" in the WebPageTest NodeJS API where options in s are change to ms. https://github.com/sitespeedio/sitespeed.io/issues/1367

View File

@ -3,6 +3,7 @@ Many many many thanks to:
* Moos (@moos)
* Örjan Sjöholm (@orjan)
* Abha Gupta (@abhagupta)
* jpvincent (@jpvincent)
3.X and earlier:
* Tom Sutton (@tomsutton1984)