Skip to content

Commit

Permalink
Document command to use PerfTestMulti from uber JAR
Browse files Browse the repository at this point in the history
It requires a special command because PerfTest is the
default main class in the uber JAR packaged by Spring Boot Maven plugin.
  • Loading branch information
acogoluegnes committed Dec 15, 2022
1 parent 803bf09 commit c76e964
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ to the root folder of the binary distribution and run the following
command to start the benchmark:

```bash
java -jar com.rabbitmq.perf.PerfTestMulti
publish-consume-spec.js publish-consume-result.js
java -cp perf-test.jar -Dloader.main=com.rabbitmq.perf.PerfTestMulti \
org.springframework.boot.loader.PropertiesLauncher \
publish-consume-spec.js publish-consume-result.js
```

This command will start a benchmark scenario where four producers
Expand Down

0 comments on commit c76e964

Please sign in to comment.