flower_linux 108401a0a4 初始化提交 hai 1 mes
..
src 108401a0a4 初始化提交 hai 1 mes
LICENSE-HEADER.txt 108401a0a4 初始化提交 hai 1 mes
README.md 108401a0a4 初始化提交 hai 1 mes
pom.xml 108401a0a4 初始化提交 hai 1 mes

README.md

JMH Benchmarks for RocksJava

These are micro-benchmarks for RocksJava functionality, using JMH (Java Microbenchmark Harness).

Compiling

Note: This uses a specific build of RocksDB that is set in the <version> element of the dependencies section of the pom.xml file. If you are testing local changes you should build and install a SNAPSHOT version of rocksdbjni, and update the pom.xml of rocksdbjni-jmh file to test with this.

$ mvn package

Running

$ java -jar target/rocksdbjni-jmh-1.0-SNAPSHOT-benchmarks.jar

NOTE: you can append -help to the command above to see all of the JMH runtime options.