Gatling version: 3.11.3 (must be up to date)
Gatling flavor: java kotlin scala
Gatling build tool: maven gradle sbt bundle
In a different topic I got an “official” mention
that :
The supported launchers are:
- our maven, gradle and sbt plugins. The new bundle will boil down to launching ./mvnw gatling:test with prefetched maven binaries and Gatling dependencies.
- the helpers we provide for launching from your IDE. This is where you got the inspiration for your custom main function but using it for something else is not guaranteed to work.
- Gatling Enterprise
We can’t help with custom deployments, sorry.
In our setup, we compile the code on machines that have access to the source code, but we want to run the simulation on separate machines. As far as I can tell, the Maven plugin eventually runs the simulation from the jar compiled in target/my-simulation-1.0.jar.
I’m using the latest version of the bundle (based on Maven wrapper) but I can’t figure out how to skip the part where it tries to compile the code.
Thanks a lot!