Skip to content

Commit dd1ec32

Browse files
committed
Use RabbitMQ 4.0 in documentation
1 parent c20c8b2 commit dd1ec32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## RabbitMQ Performance Testing Tool
22

3-
[![Test against RabbitMQ 3.12 stable](https://github.com/rabbitmq/rabbitmq-perf-test/actions/workflows/test.yml/badge.svg)](https://github.com/rabbitmq/rabbitmq-perf-test/actions/workflows/test.yml)
3+
[![Test against RabbitMQ stable](https://github.com/rabbitmq/rabbitmq-perf-test/actions/workflows/test.yml/badge.svg)](https://github.com/rabbitmq/rabbitmq-perf-test/actions/workflows/test.yml)
44

55
This repository contains source code of the RabbitMQ Performance Testing Tool.
66
The client is maintained by the [RabbitMQ team at Broadcom](https://github.com/rabbitmq/).
@@ -93,7 +93,7 @@ You need a local running RabbitMQ instance.
9393

9494
Start a RabbitMQ container:
9595

96-
docker run -it --rm --name rabbitmq -p 5672:5672 rabbitmq:3.12
96+
docker run -it --rm --name rabbitmq -p 5672:5672 rabbitmq:4.0
9797

9898
Run the test suite:
9999

src/docs/asciidoc/installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ To run the RabbitMQ broker within Docker, and run PerfTest against it, run the
4040
following commands:
4141

4242
docker network create perf-test
43-
docker run -it --rm --network perf-test --name rabbitmq -p 15672:15672 rabbitmq:3.12-management
43+
docker run -it --rm --network perf-test --name rabbitmq -p 15672:15672 rabbitmq:4.0-management
4444
docker run -it --rm --network perf-test pivotalrabbitmq/perf-test:latest --uri amqp://rabbitmq
4545

0 commit comments

Comments
 (0)