All Projects → gatling → gatling-gradle-plugin-demo

gatling / gatling-gradle-plugin-demo

Licence: other
Showcase of the Gatling Plugin for Gradle

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to gatling-gradle-plugin-demo

gradle-build-info-plugin
Gradle plugin to include build information such as Git commit ID to your JAR. It can be used to show Git commit information with Spring Boot Actuator.
Stars: ✭ 33 (+94.12%)
Mutual labels:  gradle, gradle-plugin
Maven Git Versioning Extension
This extension will virtually set project versions, based on current git branch or tag.
Stars: ✭ 178 (+947.06%)
Mutual labels:  gradle, gradle-plugin
Versioning
Gradle plug-in to generate version information from the SCM branch (Git or Svn)
Stars: ✭ 157 (+823.53%)
Mutual labels:  gradle, gradle-plugin
Gradle Pitest Plugin
Gradle plugin for PIT Mutation Testing
Stars: ✭ 144 (+747.06%)
Mutual labels:  gradle, gradle-plugin
gatling-sbt-plugin
Gatling Plugin for SBT
Stars: ✭ 105 (+517.65%)
Mutual labels:  gatling, loadtesting
Gradle Aem Plugin
Swiss army knife for Adobe Experience Manager related automation. Environment setup & incremental AEM application build which takes seconds, not minutes.
Stars: ✭ 145 (+752.94%)
Mutual labels:  gradle, gradle-plugin
Gradle Launch4j
A gradle-plugin to create windows executables with launch4j
Stars: ✭ 177 (+941.18%)
Mutual labels:  gradle, gradle-plugin
Gradle Eclipse Aar Plugin
Gradle plugin to use Android AAR libraries on Eclipse.
Stars: ✭ 127 (+647.06%)
Mutual labels:  gradle, gradle-plugin
gradle-localization-plugin
Gradle plugin for automating the download process of localization files.
Stars: ✭ 19 (+11.76%)
Mutual labels:  gradle, gradle-plugin
Badass Jlink Plugin
Create a custom runtime image of your modular application
Stars: ✭ 216 (+1170.59%)
Mutual labels:  gradle, gradle-plugin
Kotlin Gradle Plugin Template
🐘 A template to let you started with custom Gradle Plugins + Kotlin in a few seconds
Stars: ✭ 141 (+729.41%)
Mutual labels:  gradle, gradle-plugin
gradle-cleaner-intellij-plugin
Force clear delaying & no longer needed Gradle tasks.
Stars: ✭ 26 (+52.94%)
Mutual labels:  gradle, gradle-plugin
Gson Plugin
辅助 Gson 库的 gradle 插件,防止 Json 数据解析类型异常。
Stars: ✭ 133 (+682.35%)
Mutual labels:  gradle, gradle-plugin
Gradle Android Plugin
[Deprecated] Gradle Android Plugin 中文版使用手册,如有纰漏,望斧正
Stars: ✭ 155 (+811.76%)
Mutual labels:  gradle, gradle-plugin
Forma
Meta build system with Android and Gradle support.
Stars: ✭ 127 (+647.06%)
Mutual labels:  gradle, gradle-plugin
Click Debounce
Using ASM to handle Android's click debounce, specially a quick double click.
Stars: ✭ 175 (+929.41%)
Mutual labels:  gradle, gradle-plugin
Jib
🏗 Build container images for your Java applications.
Stars: ✭ 11,370 (+66782.35%)
Mutual labels:  gradle, gradle-plugin
Bytex
ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
Stars: ✭ 2,140 (+12488.24%)
Mutual labels:  gradle, gradle-plugin
Gradle Testsets Plugin
A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests).
Stars: ✭ 182 (+970.59%)
Mutual labels:  gradle, gradle-plugin
gatling-maven-plugin
Gatling Plugin for Maven
Stars: ✭ 30 (+76.47%)
Mutual labels:  gatling, loadtesting

Gatling plugin for Gradle demo project

A simple showcase of a Gradle project using Gatling plugin for Gradle.

It includes:

  • minimal build.gradle leveraging Gradle wrapper

  • latest version of io.gatling.gradle plugin applied

  • sample Simulation class, demonstrating sufficient Gatling functionality

  • proper source file layout

Create sample project

For this quickstart: git must be installed and available in $PATH, and a JDK must be installed and $JAVA_HOME configured.

$ git clone https://github.com/gatling/gatling-gradle-plugin-demo.git
$ cd ./gatling-gradle-plugin-demo

Run simulations

To test it out, use following commands:

  • Run all Gatling simulations at once

$ ./gradlew gatlingRun
  • Run single simulation by its FQN (fully qualified class name)

$ ./gradlew gatlingRun-computerdatabase.BasicSimulation
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].