Skip to content

Commit

Permalink
Tidy readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpaxton committed Oct 2, 2024
1 parent 728341d commit 3519c07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/jmh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ $ 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.

#### Before (multi)
### Performance bug in Java `get()`

ah, multi doesn't use this... irrelevant
See this [issue](https://github.com/facebook/rocksdb/issues/13023)

#### Before (single)
#### Before fix (single)

Benchmark (columnFamilyTestType) (keyCount) (keySize) (nthMissingKey) (valueSize) Mode Cnt Score Error Units
GetNotFoundBenchmarks.getNotFoundEven no_column_family 100000 12 2 16 thrpt 15 289245.405 ± 1727.615 ops/s
GetNotFoundBenchmarks.getNotFoundOdd no_column_family 100000 12 2 16 thrpt 15 717300.753 ± 7040.178 ops/s

#### After (single)
#### After fix (single)

Benchmark (columnFamilyTestType) (keyCount) (keySize) (nthMissingKey) (valueSize) Mode Cnt Score Error Units
GetNotFoundBenchmarks.getNotFoundEven no_column_family 100000 12 2 16 thrpt 15 856149.231 ± 10159.858 ops/s
Expand Down

0 comments on commit 3519c07

Please sign in to comment.