Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galax-io/gatling-jdbc-plugin
Simple gatling plugin for JDBC
https://github.com/galax-io/gatling-jdbc-plugin
gatling gatling-plugin jdbc performance performance-testing
Last synced: 2 months ago
JSON representation
Simple gatling plugin for JDBC
- Host: GitHub
- URL: https://github.com/galax-io/gatling-jdbc-plugin
- Owner: galax-io
- License: apache-2.0
- Created: 2024-03-24T12:21:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T21:59:27.000Z (6 months ago)
- Last Synced: 2024-06-28T01:06:35.821Z (6 months ago)
- Topics: gatling, gatling-plugin, jdbc, performance, performance-testing
- Language: Scala
- Homepage:
- Size: 73.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - gatling-jdbc-plugin (⭐6) - Simple Gatling plugin for JDBC support. (Recently Updated / [Oct 07, 2024](/content/2024/10/07/README.md))
README
# Gatling JDBC Plugin
![Build](https://github.com/galax-io/gatling-jdbc-plugin/workflows/Build/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/org.galaxio/gatling-jdbc-plugin_2.13.svg?color=success)](https://search.maven.org/search?q=org.galaxio.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/galax-io/gatling-jdbc-plugin/coverage.svg?branch=master)](https://codecov.io/github/galax-io/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 += "org.galaxio" %% "gatling-jdbc-plugin" % % Test
```## Example Scenarios
Examples [here](https://github.com/galax-io/gatling-jdbc-plugin/tree/master/src/test)