aullik / LoadTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoadTest

Lecture: Cloud Application Development

Simple LoadTest using Gatling
=> Simulate autoscaling of a cloud project

Git Clone

git clone https://github.com/aullik/LoadTest.git

Sbt

$ sbt

Run Tests

Minimum Test (1 User for 1 Minute)

gatling:testOnly de.htwg.loadTest.MinimumLoadTest

Maximum Test (48 User for 1 Minute)

gatling:testOnly de.htwg.loadTest.MaximumLoadTest

About


Languages

Language:Scala 100.0%