Skip to content

Commit

Permalink
Merge pull request #11 from Rbillon59/chore/readme/remove-args
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Rbillon59 authored Sep 4, 2023
2 parents f24d0dd + aeb8722 commit aece4ad
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
@@ -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

0 comments on commit aece4ad

Please sign in to comment.