Skip to content

Commit 36407cb

Browse files
authored
Update stress-testing.md
1 parent e2e84b9 commit 36407cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stress-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You may want to be mindful of the number of concurrent requests you configure. I
5656
If you want to specify the http method used for the stress test, you can use the provided `get` and `post` options. Using the `--post` option, you can specify as argument the payload to be used in the requests:
5757

5858
```bash
59-
./vendor/bin/pest stress example --post='{"name": "Nuno"}'
59+
./vendor/bin/pest stress example.com/articles --post='{"name": "Nuno"}'
6060
```
6161

6262
Once the stress test is completed, Pest will display a summary of the stress test result.

0 commit comments

Comments
 (0)