paulirish / automated-chrome-profiling

Node.js recipes for automating javascript profiling in Chrome
https://github.com/paulirish/automated-chrome-profiling#readme
863 stars 72 forks source link

Need help with running automated chrome profile test #5

Closed neurites closed 8 years ago

neurites commented 8 years ago

I'm having trouble getting this to run a pilot performance test.

Issue 1 - Instructions in demo/perf-tests.html: "Run the script from this folder: node index.js" I don't see any index.js in the project so appreciate if you could send in pointers to resolve this. We are planning to use this as part of continuous performance testing to get data from chrome profile.

Issue 2 - Start a server of port 8000 in demo folder. Not able to do that either.

Appreciate your help!

paulirish commented 8 years ago

pushed a commit that makes things simpler. readme should have everything you need now.