From c6ebbf11fdb4dd6dd981bbc44c62f4953c1a0d16 Mon Sep 17 00:00:00 2001 From: atomfrede Date: Thu, 30 Apr 2015 18:48:54 +0200 Subject: [PATCH] Add gatling load testing tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc34089..247413d 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. * [Awaitility](https://github.com/jayway/awaitility) - DSL for synchronizing asynchronous operations. * [Cucumber](https://github.com/cucumber/cucumber-jvm) - A BDD testing framework that supports the most popular programming languages for the JVM. +* [Gatling](http://gatling.io/) - Gatling is a highly capable load testing tool. It is designed for ease of use, maintainability and high performance. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. * [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - Microbenchmarking tool for the JVM. * [JMockit](http://jmockit.org/) - The Mock Anything Toolkit for Java, mocks static, final methods and more.