I want to capture the response time for a parallel request.
Hope we can simulate the parallel request with the help of http.batch
For individual requests, we can call the res.timing.duration to capture the timing. And summing up the parallel request response time individually is not the correct option.
Then how to capture the current response time for the parallel request ??