Reputation: 13
In my load test homepage i am having 10 api calls and i am using; Transaction controller with Generate Parent sample They ask me the report by enabling Generate Parent sample
Note : i am using 10 api which does not has child things like css, js,etc
My configuration looks like
i am using constant throughput timer - 30.0 for all active threads
Upvotes: 0
Views: 155
Reputation: 168122
If "they ask" you and you're obeying then why you're asking us in your turn instead of "them"?
Transaction Controller in "Generate Parent Sample" mode returns cumulative elapsed time of all its children.
To wit if you have 10 API calls under the Transaction Controller in "Generate parent sample" mode the Transaction Controller' "elapsed" time will be the sum of all its children (either Sampler or other Logic Controllers)
We don't know which result is correct as well because it depend on the business use cases of your API with end users or upstream systems and the NFR and/or SLA
Upvotes: 0