getlink

Gatling – SBT For Load Testing

Reading Time: 2 minutes Gatling is an open source load testing framework based on Scala, Akka and Netty and ready our self for load testing. Load testing is performed to determine a system’s behaviour under both normal and at peak conditions. The aim includes; High performance Ready-to-present HTML reports Scenario recorder and developer-friendly DSL Setup: 1. In project/plugins.sbt, add: addSbtPlugin(“io.gatling” % “gatling-sbt” % “2.1.6”) Also needs to add these Continue Reading