Skip to content

Commit f546a24

Browse files
committed
Update command line to package performance tool
1 parent 480d902 commit f546a24

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,13 @@ To build the JAR file:
7171
To build the https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#the-performance-tool[Stream PerfTest] JAR:
7272

7373
----
74-
./mvnw clean package checksum:files -Dgpg.skip=true -Dmaven.test.skip -P performance-tool -DfinalName="stream-perf-test.jar" --no-transfer-progress
74+
./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
7581
----
7682

7783
=== Running Tests with Docker

0 commit comments

Comments
 (0)