Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
{ | ||
"name": "chromestat", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "Puppeteer website performance test", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,4 +0,6 @@ | ||
# chromestat | ||
Like httpstat but powered by puppeteer | ||
# 🕵 chromestat | ||
visualizes `curl(1)` statistics with puppeteer, the real website performance at browser level. | ||
<img src="https://github.com/zeit/chromestat/blob/master/example.png" /> | ||
## Installation | ||
@@ -5,0 +7,0 @@ ``` |
@@ -17,2 +17,4 @@ const flow = require('lodash/flow'); | ||
console.log(args); | ||
if (!isUrl(url)) { | ||
@@ -19,0 +21,0 @@ console.log('💔 Not a valid url.'); |
369773
15
135
17