Skip to content

sampler sub-results ignored #108

Open
@kadeboer

Description

@kadeboer

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions