event-loop-delay-check
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

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

Package Sidebar

Install

npm i event-loop-delay-check

Weekly Downloads

2

Version

0.0.8

License

MIT

Unpacked Size

24.7 kB

Total Files

45

Last publish

Collaborators

  • unrealmanu