Skip to content

ludenus/gatling-sbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaaiot-qa-perf

Gatling performance test suite

Before you begin

Checkout Gatling docs

How to run locally

install sbt tool manually or via sdkman

$ sdk install sbt 1.1.6

run perf simulation with default settings:

$ sbt -Djsse.enableSNIExtension=false clean 'gatling:testOnly load.SparkSimulation'

run perf simulation with specific parameters:

$ export GATLING_SPARK_HOST=spark.host.com
$ export GATLING_SPARK_PORT=8888
$ sbt -Djsse.enableSNIExtension=false clean 'gatling:testOnly load.SparkSimulation'

About

sample gatling project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages