Registry / testing / gatling-core

gatling-core

JSON →
library3.15.1javamavenunverified

Core library for Gatling, a high-performance load testing and performance testing tool.

<dependency> <groupId>io.gatling</groupId> <artifactId>gatling-core</artifactId> <version>3.15.1</version> </dependency>
INSTALL
IMPORT
SIG · GATLING-CORE
G
gatling-core
testingjavav3.15.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Simulation
io.gatling.core.scenario.Simulation

Minimal Gatling simulation using core and HTTP DSL.

import io.gatling.core.scenario.Simulation; import io.gatling.core.Predef._; import io.gatling.http.Predef._; class BasicSimulation extends Simulation { val httpProtocol = http.baseUrl("http://example.com") val scn = scenario("Basic Scenario").exec(http("request").get("/")) setUp(scn.inject(atOnceUsers(1)).protocols(httpProtocol)) }
Debug
Known issues
breakingGatling 3.x uses Scala 2.13; ensure your project's Scala version matches.
fix
Use Scala 2.13 or configure the appropriate Gatling version for your Scala version.
affects: >=3.0.0
Upgrade
Version history
3.15.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gatling-core — mvn dependency:get gatling-core · libregistry