Polishing.

Use correct annotations.

See #1883
This commit is contained in:
Mark Paluch
2024-10-29 09:32:01 +01:00
parent 7274668d2d
commit 7a367b4511

View File

@@ -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
*
* @author Mark Paluch
*/
@Microbenchmark
@Testable
public class SingleQuerySqlGeneratorBenchmark extends BenchmarkSettings {
@Benchmark