From 18f527d07fc525231ac1536408f358299b12f403 Mon Sep 17 00:00:00 2001 From: Wei Cao Date: Mon, 18 Mar 2013 18:15:20 +0800 Subject: [PATCH] format README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7f9fc4..7797f2e 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,12 @@ e.g. `bin/db_bench --num=1000000`, This will create and test on a database of a ### Read Performance Read benchmark results after sequential insertions + readrandom : 1.125 micros/op; readseq : 1.282 micros/op; Read benchmark results after random insertions + readrandom : 3.227 micros/op; readseq : 1.295 micros/op;