0.1.0 • Published 9 years ago

sweter-json-reporter v0.1.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
9 years ago

JSON reporter for Sweter

This project refers to sweter. If you are not familiar with sweter then take a look at Sweter first.

sweter-json-reporter reports web performance timings in json format.

Installation

Just install sweter

$ npm install sweter -g

Usage

$ sweter google.com --reporter json

Output

{"timeToFirstByte":210,"domInteractive":570,"domComplete":1664}

All timings in milliseconds.