-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Presently, if any sub-results exist in complex JMeter scripts, the sub-results are ignored. There are some very good use-cases however for using tiered samplers, rather than only accepting a flat list of results.
Implementing handling of the sub-results recursively should be relatively trivial. The SampleResult class has a getSubResults() which returns an Array of SampleResult. This can easily be converted to a List and then the handleSampleResults() method can be called recursively for as many levels of sub-results as exist.
I have opened a pull request here: #107
Metadata
Metadata
Assignees
Labels
No labels