cloudfour/lighthouse-parade

Show NOT-normalized values

Opened this issue · 0 comments

We currently consume the CSV output from lighthouse-cli, which only includes normalized scores (0-1). For some metrics it would be nice to see the original value. If we eventually switch to the Node module version of lighthouse, all this data will also be available.

We might add a flag to toggle normalization. Or maybe we just include both by default. Another approach might be to write relative links in the spreadsheet to the individual report files... but this wouldn't be helpful when importing to a Google sheet.

Related to #7