event-loop-delay-check
v0.0.8
Published
Check the event loop delay
Downloads
3
Readme
Event loop delay check
This project is to check whether there is a delay in the execution of the event loop activities
Example
const eventLoopDelayCheckService = new EventLoopDelayCheckService();
eventLoopDelayCheckService.start({ minDelay: 1000, sampleInterval: 1000 });
Command
For run test
yarn test:watch
For build
yarn build