ryos-io / Rhino

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

Nested DSL and Session Management #148

Closed reevik closed 4 years ago

reevik commented 4 years ago

DSLs like forEach embed other DSLs which need to be materialized subsequently. In general, DSL might contain other DSLs as developers build a DSL tree. The Sessions must be accessible according to the hierarchy "dsl1.dsl2.dsl3.mySessionObject"