ryos-io / Rhino

Rhino: Dockerized Distributed Load and Performance Testing Framework
http://ryos.io
Apache License 2.0
18 stars 3 forks source link

measure() DSL to mark the measurement sections, selectively. #152

Closed reevik closed 4 years ago

reevik commented 4 years ago

Create a new DSL item for selective measurement points. In a Load DSL instance multiple measurement points can be defined my using measure() DSL. They are also allowed to be nested.

    measure(forEach(in(session(“objects”)).exec(obj ->
        measure(http())))