hallatore / Netling

Netling is a load tester client for easy web testing.
MIT License
1.34k stars 210 forks source link

Record status code count from responses #7

Closed hallatore closed 7 years ago

hallatore commented 7 years ago

Right now any request is a success as long as we don't get a socket exception. Change this to record the amount of requests per status code and count all status codes >= 400 as errors.