Gatling version: 3.13.5
Gatling flavor: Javascript
Gatling build tool: npm
Hi, currently I have a scenario which need to check response time of a specific API based on its loop to decide pause time for next action, it will be like this:
exec(API-1)
.pause(60 sec - API-1.responseTime)
.exec(API-2)
Is it possible to get the response time of this API-1
to perform the calculation? as per checking the Gatling session scripting reference - session API I don’t see the response time so I am curious a bit.
If this wasn’t implemented, is it possible to expose this metrics for scripting purpose?
edit: avoid confusing title