regenerating reports

Hi,
I did a bad job using the recorder and since I didn’t have time I didn’t set a ‘readable’ name to my request in my scenario.
I want to do it at posteriori, I have the scenario file and the simultation.log. Which should I edit to rebuild the reports with 'correct" request names ?
Should I edit my scala file or replace the request_1in my simulation.log ?
Cheers,
Emmanuel

Ok,
Reading a different log file gave me the answer.
I just need to replace into my simulation.log file.

Hi again,

Reports generation step is completely isolated from the simulation run and is solely based on the simulation.log file.
So what you have to do is change the occurences of the bad request names in that file, and re-run Gatling with -ro “folderName” option.

Cheers,

Steph

2012/10/10 Emmanuel Hugonnet <emmanuel.hugonnet@gmail.com>