[BAEL-2996] Moving all test under this module and adding benchmarking

This commit is contained in:
dupirefr
2019-06-21 07:42:20 +02:00
parent bc498d61b3
commit 327fc24a4b
8 changed files with 76 additions and 13 deletions
+13
View File
@@ -118,6 +118,18 @@
<artifactId>crawler4j</artifactId>
<version>${crawler4j.version}</version>
</dependency>
<!-- Benchmarking -->
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>${jmh.version}</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh.version}</version>
</dependency>
</dependencies>
@@ -133,5 +145,6 @@
<nd4j.version>1.0.0-beta4</nd4j.version>
<colt.version>1.2.0</colt.version>
<la4j.version>0.6.0</la4j.version>
<jmh.version>1.19</jmh.version>
</properties>
</project>