0.0.8 • Published 2 years ago

event-loop-delay-check v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago