tinkoff / gatling-jdbc-plugin   0.10.3

Apache License 2.0 GitHub

Simple gatling plugin for JDBC

Scala versions: 2.13 2.12

Gatling JDBC Plugin

Build Maven Central Scala Steward badge codecov.io

Plugin for support performance testing with JDBC in Gatling(3.9.x)

Usage

Getting Started

Plugin is currently available for Scala 2.13.

You may add plugin as dependency in project with your tests. Write this to your build.sbt:

libraryDependencies += "ru.tinkoff" %% "gatling-jdbc-plugin" % <version> % Test

Example Scenarios

Examples here