-
Couldn't load subscription status.
- Fork 4
QuickPerf test
A QuickPerf test executes QuickPerf annotations.
-
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
@QuickPerfTeston the test classes -
TestNG: No annotation to add
π Β Core
π Β JVM
π Β SQL
π Β Scopes
π Β Create an annotation
π Β JUnit 4
π Β JUnit 5
π Β TestNG
π Β Spring
π Β Detect and fix N+1 SELECT
π Β Maven performance
π Β Spring Boot - JUnit 4
π Β Spring Boot - JUnit 5
π Β Micronaut Data - JUnit 5
π Β Micronaut - Spring - JUnit 5
π Β Quarkus - JUnit 5
π Β FAQ
π Β QuickPerf code