Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Use correct annotations.

See #1883
  • Loading branch information
mp911de committed Oct 29, 2024
1 parent 593d73a commit 305f675
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -34,7 +34,7 @@
*
* @author Mark Paluch
*/
@Microbenchmark
@Testable
public class SingleQuerySqlGeneratorBenchmark extends BenchmarkSettings {

@Benchmark
Expand Down

0 comments on commit 305f675

Please sign in to comment.