/Gatling-3.0.0

Gatling 3.0.0-RC2 is out!

Primary LanguageScala

Gatling

Gatling Release 3.0.0 Quickstart Demo Project

Gatling is a highly capable load testing tool. It is designed for ease of use, maintainability and high performance.

Prerequisites

  1. Java 1.8
  2. Maven 3.0
  3. Gatling Highcharts 3.0.0-RC2
  4. Gatling-Maven-Plugin 3.0.0-M2

Getting the Project

Migrating from 2.3 to 3.0

  • baseURL was renamed into baseUrl
  • silentURI was renamed into silentUri
  • asJSON was renamed into asJson
  • asXML was renamed into asXml
  • Gatling now has its own HTTP client and no longer uses AsyncHttpClient (so AHC is no longer shipped)
  • Maven users must upgrade gatling-maven-plugin to 3.0.
  • over inject method was renamed into during
  • splitUsers is dropped in favor of incrementUsersPerSec and incrementConcurrentUsers