https://github.com/Tinkoff/gatling-jdbc-plugin
Simple gatling plugin for JDBC
https://github.com/Tinkoff/gatling-jdbc-plugin
Last synced: about 1 year ago
JSON representation
Simple gatling plugin for JDBC
- Host: GitHub
- URL: https://github.com/Tinkoff/gatling-jdbc-plugin
- Owner: Tinkoff
- License: apache-2.0
- Archived: true
- Created: 2020-07-06T16:10:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T22:00:57.000Z (almost 3 years ago)
- Last Synced: 2024-01-26T05:13:33.914Z (over 2 years ago)
- Language: Scala
- Size: 98.6 KB
- Stars: 21
- Watchers: 5
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gatling - gatling-jdbc-plugin - Simple Gatling plugin for JDBC support. (Tools / Plugins)
README
# Gatling JDBC Plugin
 [](https://search.maven.org/search?q=ru.tinkoff.gatling-jdbc-plugin) [](https://scala-steward.org) [](https://codecov.io/github/Tinkoff/gatling-jdbc-plugin?branch=master)
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:
``` scala
libraryDependencies += "ru.tinkoff" %% "gatling-jdbc-plugin" % % Test
```
## Example Scenarios
Examples [here](https://github.com/Tinkoff/gatling-jdbc-plugin/tree/master/src/test)