From 73e9b48485bc69b072d3419a1682513a7609d56e Mon Sep 17 00:00:00 2001 From: Alan Paxton Date: Wed, 10 Jan 2024 18:33:16 +0000 Subject: [PATCH] Update jmh instructions --- java/jmh/README.md | 4 ++-- java/jmh/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/jmh/README.md b/java/jmh/README.md index 1575ab517768..d9ba1e60ba54 100644 --- a/java/jmh/README.md +++ b/java/jmh/README.md @@ -6,10 +6,10 @@ These are micro-benchmarks for RocksJava functionality, using [JMH (Java Microbe **Note**: This uses a specific build of RocksDB that is set in the `` 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 +For instance, this is how to install the OSX jar you just built for 8.11.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 +$ mvn install:install-file -Dfile=./java/target/rocksdbjni-8.11.0-SNAPSHOT-osx.jar -DgroupId=org.rocksdb -DartifactId=rocksdbjni -Dversion=8.11.0-SNAPSHOT -Dpackaging=jar ``` ```bash diff --git a/java/jmh/pom.xml b/java/jmh/pom.xml index 60c3c30e0c29..3ee73957a0b4 100644 --- a/java/jmh/pom.xml +++ b/java/jmh/pom.xml @@ -50,7 +50,7 @@ org.rocksdb rocksdbjni - 8.8.0-SNAPSHOT + 8.11.0