How to exclude one scenario from the reports?

I have two scenarios - warmup scenario and main scenario. I do not want to include warmup scenario in the Gatling report. Is there a way to achieve that?

Hello there,

Thank you for your question.
If you’re using Gatling Enterprise, you can leverage the Time Window feature.
*Ramp Up: the number of seconds you want to exclude at the beginning of the run.
*Ramp Down: the number of seconds you want to exclude at the end of the run.

Best,
Karim Atwa

Thanks for your reply.

I’m not using Gatling Enterprise. Is there another way to achieve that?

I’m working to make a couple requests to some service as warmup before starting the actual load test. Would you be able to suggest how to do that with Gatling?

Unfortunately no, not that I know of.
In that case, I would recommend using a separate warm up script just before running the actual simulation script with the least possible time gap between the two scripts, ensuring your service remains warm for the actual simulation test.

Best,
Karim Atwa

Creating 2 scripts will solve my purpose. Thanks a lot!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.