Skip to content

Commit d2f68f4

Browse files
committed
Polishing.
Use correct annotations. See #1883
1 parent f0aab44 commit d2f68f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
*/
1616
package org.springframework.data.relational.core.sqlgeneration;
1717

18-
import jmh.mbr.junit5.Microbenchmark;
1918

2019
import java.util.List;
2120

21+
import org.junit.platform.commons.annotation.Testable;
2222
import org.openjdk.jmh.annotations.Benchmark;
2323
import org.openjdk.jmh.annotations.Scope;
2424
import org.openjdk.jmh.annotations.Setup;
@@ -34,7 +34,7 @@
3434
*
3535
* @author Mark Paluch
3636
*/
37-
@Microbenchmark
37+
@Testable
3838
public class SingleQuerySqlGeneratorBenchmark extends BenchmarkSettings {
3939

4040
@Benchmark

0 commit comments

Comments
 (0)