-
Notifications
You must be signed in to change notification settings - Fork 4
QuickPerf test
Jean Bisutti edited this page Nov 18, 2020
Β·
3 revisions
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
@QuickPerfTest
on 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