/node-rest-api-profiler

This is a small node app that profiles a list of sites and corresponding urls for each site gathering the time it takes to complete the request. It is supposed to give a general representation of the speed at which a restual api service is fulfilling requests. The requests are made in a synchronous manner as to only hit one endpoint at a time. This method of request queuing with ensure that each frame has its full CPU Cycle potential to complete the request.

Primary LanguageJavaScript

Stargazers

No one’s star this repository yet.