Performance benchmarks compared with RocksDB can be viewed at swaydb.io/benchmarks/rocksdb.
You can execute them locally by running RocksDB_Benchmark.scala and SwayDB_Benchmark.scala.
The following jar file was created for v0.1 of SwayDB and is targeted to benchmark SwayDB's data types (Map
& Set
).
You can run benchmarks for SwayDB locally by executing the following jar
.
- Download swaydb-benchmark.jar.
- Run the jar and follow the prompts on the console.
java -jar swaydb-benchmark.jar
sbt assembly