new coach

This commit is contained in:
soulgalore 2019-10-16 13:26:51 +02:00
parent 008266f422
commit 9b368d2217
5 changed files with 13 additions and 1547 deletions

View File

@ -1,12 +1,13 @@
# CHANGELOG - sitespeed.io
## UNRELEASED
## 10.3.0 - UNRELEASED
### Added
* Include filmstrip data (path to screenshots and metrics) in the HAR file [#2695](https://github.com/sitespeedio/sitespeed.io/issues/2695)
* Your budget can now fail if you have any HTTP ERRORS on your page [#2691](https://github.com/sitespeedio/sitespeed.io/pull/2691). Thank you [thapasya-m](https://github.com/thapasya-m) for the PR!
* Allow filtering run iteration metrics, thank you [Kevin Lakotko](https://github.com/kevinlacotaco) for the PR [#2697](https://github.com/sitespeedio/sitespeed.io/pull/2697).
* Update indexed keys with names for user timing and asssets when you collect metric per iteration in Graphite. Thank you [Kevin Lakotko](https://github.com/kevinlacotaco) for the PR [#2701](https://github.com/sitespeedio/sitespeed.io/pull/2701).
* New Browsertime with Geckodriver 0.26.0
* New Coach 4.1.0 that collect meta generator info.
## 10.2.0 - 2019-10-07
### Added

View File

@ -1 +1 @@
4.0.2
4.1.0

View File

@ -8,6 +8,10 @@ h2 Page info
tr
td Title
td.right #{advice.info.documentTitle}
if advice.info.generator
tr
td Generator
td.right #{advice.info.generator}
tr
td Width
td.number #{advice.info.documentWidth}

1547
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -108,7 +108,7 @@
"text-table": "0.2.0",
"third-party-web": "0.10.1",
"uuid": "3.3.2",
"webcoach": "4.0.2",
"webcoach": "4.1.0",
"webpagetest": "0.3.9",
"yargs": "14.2.0"
},