Skip to content

Commit 5b6398c

Browse files
authored
Update README.md
1 parent 7f2a733 commit 5b6398c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ A POC client for [RabbitMQ Stream Queues](https://github.com/rabbitmq/rabbitmq-s
1818
```
1919
go run examples/getting_started.go
2020
```
21+
### Performance Test
22+
The performance tool is work in progress, you can use it with docker
23+
```
24+
docker run --network host -it gsantomaggio/go-stream-client silent
25+
```
26+
27+
or directly
28+
```
29+
go run perfTest/perftest.go
30+
```
31+
32+
33+
34+
2135
### API
2236

2337
```golang

0 commit comments

Comments
 (0)