Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbillon59 authored Sep 4, 2023
1 parent f24d0dd commit aeb8722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ By default, Wiremock is not configured to handle an heavy load. Here is what is
You can also use the same command line arguments as the standalone jar. Like this

```sh
docker run -d --rm -p 8080:8080 -v "${PWD}/mappings":/home/wiremock/mappings rbillon59/wiremock-loadtest:latest --no-request-journal --async-response-enabled=true
docker run -d --rm -p 8080:8080 -v "${PWD}/mappings":/home/wiremock/mappings rbillon59/wiremock-loadtest:latest
```

Also, the Java agent Jolokia have been installed beside to be able to monitor the JVM behaviour during your load tests
Expand Down

0 comments on commit aeb8722

Please sign in to comment.