From b7c07fa88438d7659be37c2377952bff9178e9b4 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Wed, 29 May 2013 19:07:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bfe0da..0214f60 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ containing 10,000 documents: * An insert takes **0.14 ms** (or **0.16 ms** with indexing) * A read takes **6.4 ms** (or **0.02 ms** with indexing) * An update takes **9.2 ms** (or **0.2 ms** with indexing) -* A deletion takes 8.1 ms +* A deletion takes 8.1 ms (no speed boost with indexes currently due to the underlying data structure which I will change) You can run the simple benchmarks I use by executing the scripts in the `benchmarks` folder. They all take an optional parameter which is the size of the dataset to use (default is 10,000).