Custom, calculated line item in the report?

I was just approached by a team mate. They are testing how long a background process takes. You submit the work, get back a batch ID. You then poll the system, asking if it is done yet. They want to generate statistics of how long it takes to process the data as a function of load level.

Is there a way to add an .exec() that produces a line item in the report, but instead of being tied to an HTTP request, it is tied to custom logic that calculates the total wait time?

Nevermind. Duh! Wrap the whole sequence of requests in a Group. The Group will give you total duration statistics, exactly what they are looking for.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.