Skip to content

Commit

Permalink
format README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
weicao committed Mar 18, 2013
1 parent c735c57 commit e585c40
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit e585c40

Please sign in to comment.