Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 248 Bytes

File metadata and controls

14 lines (9 loc) · 248 Bytes

API Request Controller

How to run

The project has tests simulating 1, 10 and a 100 concurrent requests

npm i
npm test

Structure

The maain functionality is in src/makeConcurrentRequests.ts. Other files are mostly env setup.