alexfernandez / loadtest

Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.
MIT License
2.55k stars 206 forks source link

Requests per second is more than Max Request on my linux machine. #197

Closed Creatoon closed 3 years ago

Creatoon commented 3 years ago

Why my request per second is more than the maximum requests?

Screenshot from 2021-06-09 12-08-35

alexfernandez commented 3 years ago

It makes sense. Imagine you send 1000 requests in 0.1 seconds; you would be sending 10000 requests per second (if you continued for 0.9 more seconds) :thinking: