Skip to content

Commit

Permalink
Clarify -c and -q flag description (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley authored and rakyll committed Jan 18, 2020
1 parent e409613 commit 36f181a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hey.go
Expand Up @@ -69,9 +69,9 @@ var usage = `Usage: hey [options...] <url>
Options:
-n Number of requests to run. Default is 200.
-c Number of requests to run concurrently. Total number of requests cannot
-c Number of workers to run concurrently. Total number of requests cannot
be smaller than the concurrency level. Default is 50.
-q Rate limit, in queries per second (QPS). Default is no rate limit.
-q Rate limit, in queries per second (QPS) per worker. Default is no rate limit.
-z Duration of application to send requests. When duration is reached,
application stops and exits. If duration is specified, n is ignored.
Examples: -z 10s -z 3m.
Expand Down

0 comments on commit 36f181a

Please sign in to comment.