Based on Gatling report, how to make sure 100 requests are processed in less than 1 second

Hi Team,

It’s hard for me to find in the gatling3 report, how can I check my requirement of 100 requests are processed in less than 1 second.

my simulation looks like as below

`

rampConcurrentUsers(1) to (100) during (161 second),
constantConcurrentUsers(100) during (1 minute)

`

Below is my response time percentile graph for initial one second.