An open API service indexing awesome lists of open source software.

https://github.com/simonberner/gatling-workshop

Performance Testing with Gatling - Conference Workshop ⚡️
https://github.com/simonberner/gatling-workshop

Last synced: 5 months ago
JSON representation

Performance Testing with Gatling - Conference Workshop ⚡️

Awesome Lists containing this project

README

        

# Performance Testing with Gatling

## Disclaimer

This conference workshop covers by far not all the nuances which Gatling offers. The intention of this workshop is to give you a jump start in how you can use Gatling to performance test your APIs and other services. After this workshop you will feel empowered to further experiment with Gatling.

## Prerequisites

For this workshop you should bring the following things along:

- A modern laptop (OS: Linux, macOS or Windows10)
- Admin privileges on your laptop!
- Please download and install all the things described in the [installation procedure](#installation-procedure) below
- A portion of humor and explorer enthusiasm!

## Installation procedure

Please do the following things BEFORE you join the workshop:

### Software installation:

Go and get the latest version of:

- [IntelliJ](https://www.jetbrains.com/idea/download/) (Community Edition is enough if you don't already have the Ultimate edition). Once you have install IntelliJ, open it and add the latest [Scala plugin](https://www.jetbrains.com/help/idea/managing-plugins.html).
- [JDK11](https://adoptopenjdk.net/archive.html?variant=openjdk11&jvmVariant=hotspot) (Get the Binary version for your system)
- [VisualVM](https://visualvm.github.io/download.html)
- maven (not really as you can just use the bundled one which comes with IntelliJ)

That's it! Now you are ready and armed for the workshop!