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.