Skip to content

Commit

Permalink
📝 Fix benchmark source should not be in table
Browse files Browse the repository at this point in the history
  • Loading branch information
homersimpsons authored and cberner committed Mar 22, 2024
1 parent 14ba179 commit a59e45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ redb has similar performance to other top embedded key-value stores such as lmdb
| random reads (16 threads) | 131ms | 47ms | 476ms | 148ms | 3500ms |
| random reads (32 threads) | 118ms | 44ms | 412ms | 129ms | 4313ms |
| removals | 2184ms | 784ms | 2451ms | 2047ms | 1344ms |

Source code for benchmark [here](./benches/lmdb_benchmark.rs). Results collected on a Ryzen 5900X with Samsung 980 PRO NVMe.

## License
Expand Down

0 comments on commit a59e45a

Please sign in to comment.