Skip to content

Commit

Permalink
Merge pull request #171 from renaissance-benchmarks/dbshootout-no-native
Browse files Browse the repository at this point in the history
Remove native dependencies in db-shootout
  • Loading branch information
farquet committed Jul 3, 2019
2 parents bc16939 + 4f0a5cc commit eca0bd2
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1,408 deletions.
15 changes: 1 addition & 14 deletions benchmarks/database/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,9 @@ lazy val database = (project in file("."))
"com.github.jnr" % "jnr-posix" % "3.0.29",
"org.apache.commons" % "commons-math3" % "3.6.1",
"org.agrona" % "agrona" % "0.9.7",
"org.lmdbjava" % "lmdbjava" % "0.0.2",
"net.openhft" % "zero-allocation-hashing" % "0.6",
"org.deephacks.lmdbjni" % "lmdbjni-linux64" % "0.4.6",
"org.deephacks.lmdbjni" % "lmdbjni-win64" % "0.4.6",
"org.deephacks.lmdbjni" % "lmdbjni-osx64" % "0.4.6",
"org.deephacks.lmdbjni" % "lmdbjni" % "0.4.6",
"org.fusesource.leveldbjni" % "leveldbjni-all" % "1.8",
"org.fusesource.leveldbjni" % "leveldbjni" % "1.8",
"org.iq80.leveldb" % "leveldb-api" % "0.7",
"org.mapdb" % "mapdb" % "3.0.1",
"com.h2database" % "h2-mvstore" % "1.4.192",
"org.rocksdb" % "rocksdbjni" % "4.8.0",
"net.openhft" % "chronicle-core" % "2.17.2",
"net.openhft" % "chronicle-bytes" % "2.17.7" exclude ("net.openhft", "chronicle-core"),
"net.openhft" % "chronicle-threads" % "2.17.1" exclude ("net.openhft", "chronicle-core"),
Expand All @@ -31,11 +22,7 @@ lazy val database = (project in file("."))
ExclusionRule("net.openhft", "chronicle-bytes"),
ExclusionRule("net.openhft", "chronicle-threads"),
ExclusionRule("org.slf4j", "slf4j-api")
),
"org.lwjgl" % "lwjgl" % "3.1.0",
"org.lwjgl" % "lwjgl-lmdb" % "3.1.0",
"org.jetbrains.xodus" % "xodus-environment" % "1.0.2",
"org.jetbrains.xodus" % "xodus-openAPI" % "1.0.2"
)
)
)
.dependsOn(
Expand Down

This file was deleted.

252 changes: 0 additions & 252 deletions benchmarks/database/src/main/java/org/lmdbjava/bench/LevelDb.java

This file was deleted.

Loading

0 comments on commit eca0bd2

Please sign in to comment.