Skip to content

Commit fa0e218

Browse files
Explain how to build Stream PerfTest JAR
1 parent f92d858 commit fa0e218

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ To build the JAR file:
6868
./mvnw clean package -DskipITs -DskipTests
6969
----
7070

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
75+
----
76+
7177
=== Running Tests with Docker
7278

7379
Launch the broker:

0 commit comments

Comments
 (0)