Skip to content

AtScaleInc/gatling-jdbc-plugin

 
 

Repository files navigation

Gatling JDBC Plugin

CI 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 += "org.galaxio" %% "gatling-jdbc-plugin" % <version> % Test

Commands to build and deploy to local maven .m2 repository: sbt package sbt publishM2 Use git tag to mark the version you want to produce before running sbt publishM2, e.g. git tag -a v0.14.3-atscale -m "Release v0.14.3-atscale" All changes have to be committed so that you don't get a snapshot version. If you need to make a change delete the tag: git tag -d v0.14.3-atscale retag, then run sbt publishM2 again.

Example Scenarios

Examples here

About

Simple gatling plugin for JDBC

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Scala 68.7%
  • Java 26.1%
  • Kotlin 5.2%