Skip to content

llatinov/sample-performance-with-gatling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sample-performance-with-gatling

This project is intended to demonstrate how to use Gatling performance testing tool. More details can be found in the original blog post Performance testing with Gatling - integration with Maven.

Run

  1. Run RESTful server used for testing. See more details in Build a RESTful stub server with Dropwizard blog post.

  2. Run one of the simulations with one of the commands ("package" is used in mvn command to copy all resources to "target" folder):

    mvn package gatling:execute -Dgatling.simulationClass=com.automationrhapsody.gatling.simulations.ProductSimulation

    mvn package gatling:execute -Dgatling.simulationClass=com.automationrhapsody.gatling.simulations.PersonSimulation

About

Demo project is intended to demonstrate how to use Gatling performance testing tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages