Page Index - quick-perf/doc GitHub Wiki
58 page(s) in this GitHub Wiki:
- Home
- 1.0.0 release note
- @AnalyzeSql
- @DisableLikeWithLeadingWildcard
- @DisableQueriesWithoutBindParameters
- @DisableSameSelects
- @DisableSameSelectTypesWithDifferentParamValues
- @DisableStatements
- @DisplaySql
- @DisplaySqlOfTestMethodBody
- @EnableLikeWithLeadingWildcard
- @EnableQueriesWithoutBindParameters
- @EnableSameSelects
- @EnableSameSelectTypesWithDifferentParamValues
- @EnableStatements
- @ExpectDelete
- @ExpectInsert
- @ExpectJdbcBatching
- @ExpectJdbcQueryExecution
- @ExpectMaxDelete
- @ExpectMaxInsert
- @ExpectMaxJdbcQueryExecution
- @ExpectMaxQueryExecutionTime
- @ExpectMaxSelect
- @ExpectMaxSelectedColumn
- @ExpectMaxUpdate
- @ExpectMaxUpdatedColumn
- @ExpectNoConnectionLeak
- @ExpectSelect
- @ExpectSelectedColumn
- @ExpectUpdate
- @ExpectUpdatedColumn
- @ProfileConnection
- Changes between 1.0.0 RC7 and 1.0.0
- Core annotations
- Create an annotation
- Disable QuickPerf
- Easily detect and fix N plus One SELECT with QuickPerf
- Example illustrating how annotation scopes work
- Fixing maximum heap size as a threshold test
- Frequently Asked Questions
- Have clickable links in your IDE
- Implement some performance related properties with TDD
- JUnit 4
- JUnit 5
- JVM annota tions
- JVM annotations
- Limit console verbosity
- QuickPerf
- QuickPerf 1.0 doc
- QuickPerf test
- Spring
- SQL annotations
- TestNG
- Timeline
- Where to find JDK Mission Control (JMC)
- Why limit the number of selected columns
- Why use QuickPerf