Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
/ loadtests Public archive

Loadtests with Gatling for the CoffeeNet

License

Notifications You must be signed in to change notification settings

open-coffee/loadtests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeNet Performance Testing

To test it out, simply execute the following command:

./mvnw gatling:execute

to execute all simulations.

./mvnw gatling:execute -Dgatling.simulationClass=${pathToSimulation}

e.g.

./mvnw gatling:execute -Dgatling.simulationClass=coffee.synyx.loadtests.auth.AuthLoginLogoutSimulation

You can find more information about gatling in their documentation

Recorder

The Gatling Recorder helps you to quickly generate scenarios, by either acting as a HTTP proxy between the browser and the HTTP server or converting HAR (Http ARchive) files. Either way, the Recorder generates a simple simulation that mimics your recorded navigation.

More information at the recorder documentation of gatling

To start just type:

./mvnw gatling:recorder

Releases

No releases published

Packages

 
 
 

Languages