Skip to content

Commit

Permalink
Add link to benchmark in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Oct 13, 2023
1 parent f256e4d commit 9089a20
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 @@ -61,6 +61,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 9089a20

Please sign in to comment.