A prototype of automated Chrome/V8 profiling. Inspired by Paul Irish's repo of the same name, using chrome-remote-interface.
- Install Node 0.12 or greater
npm i
- Open
index.js
. If you're running this on Linux or Windows, changechromeBinary
togoogle-chrome
orchrome.exe
respectively
## Run
node index.js
. The profiles will be output to the snapshots
directory.
The tests are located in tests.js, which consumes a Promise
-based wrapper of chrome-remote-interface
.