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 480d902 commit f546a24Copy full SHA for f546a24
README.adoc
@@ -71,7 +71,13 @@ To build the JAR file:
71
To build the https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#the-performance-tool[Stream PerfTest] JAR:
72
73
----
74
-./mvnw clean package checksum:files -Dgpg.skip=true -Dmaven.test.skip -P performance-tool -DfinalName="stream-perf-test.jar" --no-transfer-progress
+./mvnw clean package -Dmaven.test.skip -P performance-tool
75
+----
76
+
77
+To run the performance tool from the created binary:
78
79
80
+java -jar target/stream-perf-test.jar
81
82
83
=== Running Tests with Docker
0 commit comments