Hi lads,
Is it possible to start multiple gatling simulations simultaneously, i.e. in parallel?
I’m thinking about starting about a 100 simulations and I’d like to avoid running 100 JVM processes.
I have modified the Gatling runner from gatling-puppet-load-test project ( https://github.com/puppetlabs/gatling-puppet-load-test/blob/master/simulation-runner/src/main/scala/com/puppetlabs/gatling/runner/PuppetGatlingRunner.scala ) so it would start two different simulations in separate threads and it seems to have worked but I was wondering if it is supported by gatling out of the box of if there’re any caveats I have missed?
Another question is can I merge the reports from different simulations somehow in order to get them all on a single webpage or in a single csv file?
Thanks,
Dmitry