diff --git a/spring-data-relational/src/jmh/java/org/springframework/data/relational/core/sqlgeneration/SingleQuerySqlGeneratorBenchmark.java b/spring-data-relational/src/jmh/java/org/springframework/data/relational/core/sqlgeneration/SingleQuerySqlGeneratorBenchmark.java index a9797a77900..3d4278221a8 100644 --- a/spring-data-relational/src/jmh/java/org/springframework/data/relational/core/sqlgeneration/SingleQuerySqlGeneratorBenchmark.java +++ b/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; -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 @@ * * @author Mark Paluch */ -@Microbenchmark +@Testable public class SingleQuerySqlGeneratorBenchmark extends BenchmarkSettings { @Benchmark