From e1a81eaa737b68748741ec3d4eb0688c240016f2 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Thu, 12 Oct 2023 17:46:55 -0700 Subject: [PATCH] Add link to benchmark in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b3533b0..7a57fd60 100644 --- a/README.md +++ b/README.md @@ -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