Add DataStore4J and LevelDB benchmark fixtures

This commit is contained in:
Mikhail Yevchenko
2026-04-05 16:54:41 +00:00
parent ca30048587
commit 2799b3b12a
6 changed files with 212 additions and 27 deletions
+20 -1
View File
@@ -87,11 +87,30 @@
<version>1.5.1.0</version>
</dependency>
<!-- DataStore4J -->
<dependency>
<groupId>io.github.theuntamed839</groupId>
<artifactId>DataStore4J</artifactId>
<version>0.1.0</version>
</dependency>
<!-- LevelDB (Java port) -->
<dependency>
<groupId>org.iq80.leveldb</groupId>
<artifactId>leveldb-api</artifactId>
<version>0.12</version>
</dependency>
<dependency>
<groupId>org.iq80.leveldb</groupId>
<artifactId>leveldb</artifactId>
<version>0.12</version>
</dependency>
<!-- Silence SLF4J "no binding" warning -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>2.0.17</version>
<version>2.1.0-alpha1</version>
<scope>runtime</scope>
</dependency>
</dependencies>