rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
18k stars 1.19k forks source link

Clarify -c and -q flag description #190

Closed ashley closed 4 years ago

ashley commented 4 years ago

Changing the description of -c to Number of workers to run concurrently... and -q to in queries per worker per second..... This will clarify that the c flag is used to define the number of threads and -q is actually the number of requests per worker per second.

Motivated by #140 #143 and #158

Use Cases:

This makes more sense as a first impression, but I'm open to any recommendations!

rakyll commented 4 years ago

Thanks so much!!!

ashley commented 4 years ago

I realized that the README.md should also be updated 😃

rakyll commented 4 years ago

Would you be interested in sending a follow up PR to update the README?

ashley commented 4 years ago

@rakyll Opened #191 for review