Skip to content

Commit 36f181a

Browse files
ashleyrakyll
authored andcommitted
Clarify -c and -q flag description (#190)
1 parent e409613 commit 36f181a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hey.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ var usage = `Usage: hey [options...] <url>
6969
7070
Options:
7171
-n Number of requests to run. Default is 200.
72-
-c Number of requests to run concurrently. Total number of requests cannot
72+
-c Number of workers to run concurrently. Total number of requests cannot
7373
be smaller than the concurrency level. Default is 50.
74-
-q Rate limit, in queries per second (QPS). Default is no rate limit.
74+
-q Rate limit, in queries per second (QPS) per worker. Default is no rate limit.
7575
-z Duration of application to send requests. When duration is reached,
7676
application stops and exits. If duration is specified, n is ignored.
7777
Examples: -z 10s -z 3m.

0 commit comments

Comments
 (0)