Skip to content

scala-steward/gatling-sampler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 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"

More information link

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"

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 89.2%
  • Dockerfile 10.8%