0.0.8 • Published 6 months ago

event-loop-delay-check v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago