How to get time taken for a single request to execute

I am trying to get some stats around if we have 1 request takes X seconds to complete then I am trying to determine 100 requests will Y take seconds. so how to achieve this?

The only way is to run the actual 100 requests test.

i can run using num of users and amount of time to run. how can i specify to run 100 requests?