call summary Site summary because that's what it is

This commit is contained in:
soulgalore 2016-10-26 09:59:12 +02:00
parent f42732f1da
commit 58a8f04071
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG - sitespeed.io
## UNRELEASED
## Fixed
* Call summary Site summary in the slack plugin to make it easier to undestand.
## 4.0.0-beta.6 2016-10-26
### Added
* You can now configure so sitespeed.io only slacks on error #1260

View File

@ -32,7 +32,7 @@ module.exports = {
`(${h.plural(options.browsertime.iterations, 'run')}, ` +
`${h.cap(options.browsertime.browser)}/${options.mobile ? 'mobile' : 'desktop'}/${options.connectivity})\n`;
summaryText += '*Summary*\n';
summaryText += '*Site summary*\n';
for (var key of Object.keys(metrics)) {
if (metrics[key].metric !== undefined) {
summaryText += metrics[key].name + ': ' + metrics[key].metric + '\n';