From a59e45aca2f8c195be99187b1354681e919ceef0 Mon Sep 17 00:00:00 2001 From: homersimpsons Date: Fri, 22 Mar 2024 22:23:14 +0100 Subject: [PATCH] :memo: Fix benchmark source should not be in table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9af4940..b22ff95b 100644 --- a/README.md +++ b/README.md @@ -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