Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tinkoff/gatling-jdbc-plugin
Simple gatling plugin for JDBC
https://github.com/Tinkoff/gatling-jdbc-plugin
Last synced: 3 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T22:00:57.000Z (about 1 year ago)
- Last Synced: 2024-01-26T05:13:33.914Z (9 months 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
![Build](https://github.com/TinkoffCreditSystems/gatling-jdbc-plugin/workflows/Build/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/ru.tinkoff/gatling-jdbc-plugin_2.13.svg?color=success)](https://search.maven.org/search?q=ru.tinkoff.gatling-jdbc-plugin) [![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org) [![codecov.io](https://codecov.io/github/Tinkoff/gatling-jdbc-plugin/coverage.svg?branch=master)](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)