0.2.3 • Published 6 years ago

autoperf v0.2.3

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

autoperf

Automatic website profiling using headless Chrome

Usage

npm i -g autoperf
autoperf url -t timeout_seconds -o output.json

Example

autoperf http://marcinignac.com/experiments/continuous-transition/demo/ -o trace-1.json
autoperf http://marcinignac.com/experiments/continuous-transition/demo/ -o trace-2.json
autoperf compare drawloop trace-1.json trace-2.json
open compare.html

npm.io