-
Notifications
You must be signed in to change notification settings - Fork 4
Home
QuickPerf is a Java open source project (Apache License, Version 2.0) that provides annotations to quickly evaluate some performance properties.
Each annotation can be applied at class level, at method level or for each test.
An annotation configured at method level overrides the configuration of this annotation defined at class level. An annotation configured for each test is overridden by the same annotation defined at class level or method level.
A JUnit 4 version is going to be released in February 2019.
A Spring-JUnit 4 version will be available around February 2019.
A JUnit 5 version will be available around March 2019.
π Β 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