Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 499 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 499 Bytes

mq-testtool

Performance test tool for mq

Run in Docker

Required

Run

The docker-compose will start with 1 host and 2 node for testing.

cd docker 
docker-compose up

You can add more node by edit example.bat script to generate more node.

Build

cd docker
docker-compose -f docker-compose.build.yml build