From e585c40a9a14590f37dec4a005dd788eca5665e9 Mon Sep 17 00:00:00 2001 From: Wei Cao Date: Mon, 18 Mar 2013 18:14:27 +0800 Subject: [PATCH] format README.md --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index da0bdbd..c7f9fc4 100644 --- a/README.md +++ b/README.md @@ -26,23 +26,17 @@ Running bin/db_bench to get detailed performance report of how CascaDB running o e.g. `bin/db_bench --num=1000000`, This will create and test on a database of a million records, each record has a 16 byte key, and a 100 byte value. ### Write Performance -`` -fillseq : 1.020 micros/op; -fillrandom : 2.559 micros/op; -`` + fillseq : 1.020 micros/op; + fillrandom : 2.559 micros/op; ### Read Performance Read benchmark results after sequential insertions -`` -readrandom : 1.125 micros/op; -readseq : 1.282 micros/op; -`` + 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; -`` + readrandom : 3.227 micros/op; + readseq : 1.295 micros/op; ## Have a try!