Browse Source

Polishing.

Use correct annotations.

See #1883
pull/1925/head
Mark Paluch 1 year ago
parent
commit
305f675ba8
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 4
      spring-data-relational/src/jmh/java/org/springframework/data/relational/core/sqlgeneration/SingleQuerySqlGeneratorBenchmark.java

4
spring-data-relational/src/jmh/java/org/springframework/data/relational/core/sqlgeneration/SingleQuerySqlGeneratorBenchmark.java

@ -15,10 +15,10 @@ @@ -15,10 +15,10 @@
*/
package org.springframework.data.relational.core.sqlgeneration;
import jmh.mbr.junit5.Microbenchmark;
import java.util.List;
import org.junit.platform.commons.annotation.Testable;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.Scope;
import org.openjdk.jmh.annotations.Setup;
@ -34,7 +34,7 @@ import org.springframework.data.relational.core.mapping.RelationalPersistentEnti @@ -34,7 +34,7 @@ import org.springframework.data.relational.core.mapping.RelationalPersistentEnti
*
* @author Mark Paluch
*/
@Microbenchmark
@Testable
public class SingleQuerySqlGeneratorBenchmark extends BenchmarkSettings {
@Benchmark

Loading…
Cancel
Save