0

I want to run my multiple Gatling simulations at the same time from Gatling.bat.

Please let me know how is it possible.

Thanks in advance..

chetali
  • 21
  • 7

1 Answers1

0

You have to run more than one command parallel. So according to Gatling documentation and this Stackoverflow answer you could do this for example by:

start bin/gatling.bat -s SimulationClass1
start bin/gatling.bat -s SimulationClass2
start bin/gatling.bat -s SimulationClass3
Community
  • 1
  • 1
rkarczmarczyk
  • 327
  • 5
  • 13