Skip to content

spikerlabs/performance-test-suite-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: this project producted by applying giter8 template with: sbt new spikerlabs/gatling-jar.g8

performance-test-suite-example - 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 computerdatabase.BasicSimulation"

Report:

sbt "gatling:lastReport"

JAR

Build:

sbt "test:assembly"

Run:

java -jar target/scala-2.12/performance-test-suite-example-test-0.1.0-SNAPSHOT.jar -s computerdatabase.BasicSimulation

The path to report will be printed at the end of the run, like this:

Reports generated in 0s.
Please open the following file: /Users/spikerlabs/gatling/results/basicsimulation-1535151426929/index.html

Releases

No releases published

Packages

No packages published

Languages