]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/java/jmh/README.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rocksdb / java / jmh / README.md
index f1ed0c6861b67cc2f01a4fdd335524b5cac79a42..1575ab517768a4460e21b003f5e16686c1350dc3 100644 (file)
@@ -6,6 +6,12 @@ These are micro-benchmarks for RocksJava functionality, using [JMH (Java Microbe
 
 **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.
 
+For instance, this is how to install the OSX jar you just built for 6.26.0
+
+```bash
+$ mvn install:install-file -Dfile=./java/target/rocksdbjni-6.26.0-SNAPSHOT-osx.jar -DgroupId=org.rocksdb -DartifactId=rocksdbjni -Dversion=6.26.0-SNAPSHOT -Dpackaging=jar
+```
+
 ```bash
 $ mvn package
 ```