We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803bf09 commit c76e964Copy full SHA for c76e964
html/README.md
@@ -32,8 +32,9 @@ to the root folder of the binary distribution and run the following
32
command to start the benchmark:
33
34
```bash
35
-java -jar com.rabbitmq.perf.PerfTestMulti
36
-publish-consume-spec.js publish-consume-result.js
+java -cp perf-test.jar -Dloader.main=com.rabbitmq.perf.PerfTestMulti \
+ org.springframework.boot.loader.PropertiesLauncher \
37
+ publish-consume-spec.js publish-consume-result.js
38
```
39
40
This command will start a benchmark scenario where four producers
0 commit comments