Skip to content

Commit

Permalink
Import Mode fixes build. (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Remily <[email protected]>
  • Loading branch information
aremily and Alex Remily authored Oct 27, 2023
1 parent 8ab1466 commit 36394cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import org.openjdk.jmh.annotations.OutputTimeUnit;
import org.openjdk.jmh.annotations.Threads;
import org.openjdk.jmh.annotations.Warmup;
import org.openjdk.jmh.annotations.Mode;

/**
* Basic Benchmark to compare creation and runtimes for the different implementations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.openjdk.jmh.annotations.OutputTimeUnit;
import org.openjdk.jmh.annotations.Threads;
import org.openjdk.jmh.annotations.Warmup;
import org.openjdk.jmh.annotations.Mode;

/**
* Basic Benchmark to compare creation and runtimes for the different implementations.
Expand Down

0 comments on commit 36394cd

Please sign in to comment.