@DisableStatements - quick-perf/doc GitHub Wiki

The DisableStatements annotation ensures a java.sql.PreparedStatement or a java.sql.CallableStatement is used to execute the queries. The test will fail with a java.sql.Statement.

We recommend configuring this annotation with a global scope.