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 f92d858 commit fa0e218Copy full SHA for fa0e218
README.adoc
@@ -68,6 +68,12 @@ To build the JAR file:
68
./mvnw clean package -DskipITs -DskipTests
69
----
70
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
77
=== Running Tests with Docker
78
79
Launch the broker:
0 commit comments