rtriunfo / sample-performance-with-gatling

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

Home Page:http://automationrhapsody.com/performance-testing-with-gatling-integration-with-maven/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://automationrhapsody.com/performance-testing-with-gatling-integration-with-maven/


Languages

Language:Scala 100.0%