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 ⚡️
- Host: GitHub
- URL: https://github.com/simonberner/gatling-workshop
- Owner: simonberner
- Created: 2019-09-11T19:14:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T20:46:46.000Z (over 5 years ago)
- Last Synced: 2024-12-29T01:58:47.152Z (6 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!