Skip to content

QuickPerf test

Jean Bisutti edited this page Nov 18, 2020 Β· 3 revisions

What is a QuickPerf test?

A QuickPerf test executes QuickPerf annotations.

How to create a QuickPerf test?

  • JUnit 4: Add @RunWith(QuickPerfJUnitRunner.class) on the test class

  • JUnit 4 + Spring: Replace @RunWith(SpringRunner.class) by @RunWith(QuickPerfSpringRunner.class)

  • JUnit 5: Enable JUnit 5 automatic extension registration or add @QuickPerfTest on the test classes

  • TestNG: No annotation to add

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