Browse Source

Polishing.

Use correct annotations.

See #1883
3.3.x
Mark Paluch 1 year ago
parent
commit
d2f68f47e1
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 @@
*/ */
package org.springframework.data.relational.core.sqlgeneration; package org.springframework.data.relational.core.sqlgeneration;
import jmh.mbr.junit5.Microbenchmark;
import java.util.List; import java.util.List;
import org.junit.platform.commons.annotation.Testable;
import org.openjdk.jmh.annotations.Benchmark; import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.Scope; import org.openjdk.jmh.annotations.Scope;
import org.openjdk.jmh.annotations.Setup; import org.openjdk.jmh.annotations.Setup;
@ -34,7 +34,7 @@ import org.springframework.data.relational.core.mapping.RelationalPersistentEnti
* *
* @author Mark Paluch * @author Mark Paluch
*/ */
@Microbenchmark @Testable
public class SingleQuerySqlGeneratorBenchmark extends BenchmarkSettings { public class SingleQuerySqlGeneratorBenchmark extends BenchmarkSettings {
@Benchmark @Benchmark

Loading…
Cancel
Save