Hi,
I don’t want the HTML reports, only the stdout results.
gatling.conf
noReports = true # When set to true, don’t generate HTML reports
…
writers = [console, file]
However, the simulation.log is not parsed and the calculations are not presented to stdout
Aidy