I am having my node.js backend application ready with multiple APIs so now I want to scale my application.
Let's say now I have 10 APIs exposed on my node.js server and if 1 API gives me 3 sec/API, then how much time it will take for parallel access of 10 APIs.
I have to test the above mentioned scenario. What factors matter for it to calculate response time?