Skip to content

lynix28/performance-jmeter-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

performance-jmeter-example

CircleCI

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.sh script
  • Run ./run.sh <location/to/testplan>

Run test with Docker

  • Build Docker image with provided Dockerfile
    • docker 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

About

Performance test example project using Apache JMeter

Topics

Resources

Stars

Watchers

Forks