Skip to content
Jean Bisutti edited this page Sep 29, 2021 · 8 revisions

Add the following dependency:

 <dependency>
   <groupId>org.quickperf</groupId>
   <artifactId>quick-perf-testng</artifactId>
   <version>1.1.0</version>
   <scope>test</scope>
 </dependency>

After that, you can use core and JVM annotations.

Project examples:

Annotations

👉  Core

👉  JVM

👉  SQL

👉  Scopes

👉  Create an annotation

Supported frameworks

👉  JUnit 4

👉  JUnit 5

👉  TestNG

👉  Spring

How to

👉  Detect and fix N+1 SELECT

Project examples

👉  Maven performance

👉  Spring Boot - JUnit 4

👉  Spring Boot - JUnit 5

👉  Micronaut Data - JUnit 5

👉  Micronaut - Spring - JUnit 5

👉  Quarkus - JUnit 5

Miscellaneous

👉  FAQ

👉  QuickPerf code

Clone this wiki locally