You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/java/jmh
Adam Retter 7242dae7fe Improve RocksJava Comparator (#6252) 4 years ago
..
src/main/java/org/rocksdb Improve RocksJava Comparator (#6252) 4 years ago
LICENSE-HEADER.txt JMH microbenchmarks for RocksJava (#6241) 5 years ago
README.md JMH microbenchmarks for RocksJava (#6241) 5 years ago
pom.xml Improve RocksJava Comparator (#6252) 4 years ago

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.