You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,31 +63,27 @@ Goad will read your credentials from `~/.aws/credentials` or from the `AWS_ACCES
63
63
```sh
64
64
# Get help:
65
65
$ goad --help
66
-
usage: goad [<flags>] <url>
66
+
usage: goad [<flags>] [<url>]
67
67
68
68
An AWS Lambda powered load testing tool
69
69
70
70
Flags:
71
71
-h, --help Display usage information (this message)
72
-
-n, --requests=1000 Number of requests to perform. Set to 0 in
73
-
combination with a specified timelimit allows
74
-
for unlimited requests for the specified time.
72
+
-n, --requests=2000 Number of requests to perform. Set to 0 in combination with a specified timelimit allows for unlimited requests for the specified time.
75
73
-c, --concurrency=10 Number of multiple requests to make at a time
76
74
-t, --timelimit=3600 Seconds to max. to spend on benchmarking
77
75
-s, --timeout=15 Seconds to max. waitfor each response
0 commit comments