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