pewpew icon indicating copy to clipboard operation
pewpew copied to clipboard

Count failed requests in Summary

Open hmnd opened this issue 9 months ago • 0 comments

How do you create the issue, and how reproducible is it? (show the full command)

pewpew stress and pewpew benchmark don't show include failed requests in the Summary shown at the end. I'm testing a server that sometimes doesn't respond with response headers or takes too long doing so, and pewpew only shows a count of requests with a 200 response at the end.

In the example below, all the red canceled or deadline exceeded errors are not included in the Summary: image

What version of pewpew are you running?

v1.0.0

Did you compile pewpew yourself, or use a prebuilt version?

Installed using go install

If you compiled it yourself, what is your go environment (go env)?

hmnd avatar May 20 '24 22:05 hmnd