Is it possible to change Simulation Name?
I have my Simulations like:
class PerfTest extends Simulation {
setUp(
simulationA(usersSimulated)
)
}
Is there a way to call super.setName(<name>) or adding a constructor where I construct a name based on Env parameters and pass it to super class?