Skip to content

otus-load/gatling-sampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test scala Docker Image CI Scala Steward badge

perf - performance test suite

Project uses sbt plugin of gatling. It contains basic simulation from gatling quick start bundle.

Run

All tests:

sbt "Gatling/test"

Single test:

sbt "Gatling/testOnly vc.Debug"
sbt "Gatling/testOnly *.Debug"

Report:

sbt "Gatling/lastReport"

Docker

Build docker image

docker build -t otus/gatling:1.0.0 .

Start Gatling test:

docker run -it --rm otus/gatling:1.0.0 sbt "Gatling/test *.Debug"

docker run -it --rm otus/gatling:1.0.0 sbt "Gatling/test computerdatabase.BasicSimulation"