Standalone VS Maven

Hi everyone,

I’ll want to run my perf tests in some time (I have mostly acceptance tests atm, that I find easier to automate with maven).

What is the best way to run the tests for a high load ? Using Maven or the standalone application ?

Thank you in advance for your answers.

François

Just a matter of packaging. It wouldn’t influence the performance.

Thx for the answer, I guess I’ll go with maven then.

I would go for Maven + Jenkins.
The pros of Jenkins is that the results are archived and the Gatling Jenkins will also report the trend on the global performance

Jeff