You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is usefull to execute some test. See also the [Java Performance](https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#the-performance-tool) tool
337
359
338
-
### Perfomance test tool Docker
360
+
### Performance test tool Docker
339
361
A docker image is available: `pivotalrabbitmq/go-stream-perf-test`, to test it:
340
362
341
363
Run the server is host mode:
@@ -349,7 +371,7 @@ enable the plugin:
349
371
```
350
372
then run the docker image:
351
373
```shell
352
-
docker run -it --network host pivotalrabbitmq/go-stream-perf-test silent
374
+
docker run -it --network host pivotalrabbitmq/go-stream-perf-test
0 commit comments