SimonScholz / performance-analysis

Gatling performance analysis with Quarkus and Prometheus + Grafana using Kotlin and Gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

performance analysis

This repository consists of examples to analyse the performance of your web applications using the gatling gradle plugin.

Table of Contents

Quick start

# Start quarkus application
./gradlew qDev

# Run gatling performance test
./gradlew gRun

Then click on the link at the end of the output of the gatlingRun task and enjoy the beautiful html report.

Tutorial

You can find a dedicated tutorial about this on my website: https://simonscholz.github.io/tutorials/gatling-performance-testing

About

Gatling performance analysis with Quarkus and Prometheus + Grafana using Kotlin and Gradle

License:Apache License 2.0


Languages

Language:HTML 95.4%Language:Kotlin 4.6%