simple-profiling
v1.0.2
Published
Small example of Node.js profiling from official guides
Readme
Simple profiling
Small example of Node.js profiling from official guides
Installation
npm installUsage
Run example Express application server from one terminal
npm run profIn other terminal, repeat concurrent tests
npm run test-profAfter run tests, process profiler output. Follow Easy profiling for Node.js Applications instructions.
