For particular gatling load testing simulation, we have some data that we normalize and temporarily store in redis in order to feed our simulation scenario for each request that is made. This data is retrieved using the redis data feeder API in our simulation, gatling/scala code. We have redis running on a separate server. I am curious if the reported response times in the gatling results report includes the response time for each record that gets popped out of redis for each request that is built and executed during the simulation.