Add ikv-store benchmark fixture
This commit is contained in:
@@ -17,6 +17,13 @@
|
||||
<jmh.version>1.37</jmh.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<!-- JMH -->
|
||||
<dependency>
|
||||
@@ -106,6 +113,13 @@
|
||||
<version>0.12</version>
|
||||
</dependency>
|
||||
|
||||
<!-- IKV Java client (JitPack) -->
|
||||
<dependency>
|
||||
<groupId>io.inlined</groupId>
|
||||
<artifactId>ikv-java-client</artifactId>
|
||||
<version>0.0.8</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Silence SLF4J "no binding" warning -->
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
||||
Reference in New Issue
Block a user