Request number is not right in report

In command console log, the request number is right, but it’s not correct in report.For example,

---- Requests ------------------------------------------------------------------

TaskFlowTemplate / list_taskflow_templates (OK=75 KO=0 )

TaskFlowTemplate / retrieve_taskflow_template_permiss… (OK=75 KO=0 )
TaskFlowTemplate / retrieve_taskflow_template (OK=75 KO=0 )

every request has been executed for 75 times, but the first request was only recorded for 6 times as below:

test cases as below:

Could you please provide the version of Gatling you’re using and your simulation.log file?

I am using Gatling 2.2.0
pom.xml:

simulation.log (1.38 MB)

Your issue is this: https://github.com/gatling/gatling/issues/3012

right, thanks!