Response timing not matching on the results summary

Hi Team,

I have a script. I tried to print the response time on the console log like below

console.log(‘Sign In RT :’ + String(res.timings.duration) + ’ ms’);

But the timing between group and console was different. Check the highlighted one. The test was a single iteration test. Login has one single request.

Hello,

The group timing will include the time it takes to execute all of the code within the group, including things like sleep statements. Could there be one within the group? Please share the code if you can.