Summarized Report for all simulations

Hi All,
Is there a way to get a summarized report for all simulations in a folder using sbt? I know there is a scale out option using gatling executable, but I am wondering if there is any solution using sbt. There is a generateReport option using sbt, but I am not sure if this will generate a combined report.
Thanks,
Meena

No, that’s not how Simulations are supposed to work. Simulations are supposed to be independent. If you want to consolidate the stats, you can run several scenarios inside the same simulation.

Thanks Stephane, I already tried that, but since the scenarios run in parallel, I get much higher response time than running those scenarios as separate simulations. That's why I wanted to keep those in separate simulations.