Performance test example project using Apache JMeter
Additional plugins need to install via "JMeter Plugins Manager":
- Custom Thread Group
- GRPC Request
How to run:
- Add execute permission to
run.shscript - Run
./run.sh <location/to/testplan>
Run test with Docker
- Build Docker image with provided
Dockerfiledocker build -t <your_image:tag> .
- Run the container with
docker run --name "your_container" -itd <your_image:tag> - Copy your JMeter testplan with
docker cp <your_file> <your_container>:/app/ - Access the container with
docker exec -it <your_container> bash - Run the test inside the Docker Container