This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new 36394cd Import Mode fixes build. (#260)
36394cd is described below
commit 36394cd120d9b69b1ea7359e853890c3151ac98a
Author: aremily <[email protected]>
AuthorDate: Fri Oct 27 06:45:19 2023 -0400
Import Mode fixes build. (#260)
Co-authored-by: Alex Remily <[email protected]>
---
src/test/java/org/apache/commons/crypto/CryptoBenchmark.java | 1 +
src/test/java/org/apache/commons/crypto/jna/CryptoJnaBenchmark.java | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/test/java/org/apache/commons/crypto/CryptoBenchmark.java
b/src/test/java/org/apache/commons/crypto/CryptoBenchmark.java
index a498434..73ed661 100644
--- a/src/test/java/org/apache/commons/crypto/CryptoBenchmark.java
+++ b/src/test/java/org/apache/commons/crypto/CryptoBenchmark.java
@@ -28,6 +28,7 @@ import org.openjdk.jmh.annotations.Measurement;
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.
diff --git
a/src/test/java/org/apache/commons/crypto/jna/CryptoJnaBenchmark.java
b/src/test/java/org/apache/commons/crypto/jna/CryptoJnaBenchmark.java
index 48b0eae..9c73d93 100644
--- a/src/test/java/org/apache/commons/crypto/jna/CryptoJnaBenchmark.java
+++ b/src/test/java/org/apache/commons/crypto/jna/CryptoJnaBenchmark.java
@@ -27,6 +27,7 @@ import org.openjdk.jmh.annotations.Measurement;
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.