diff --git a/README.md b/README.md index 52070a7..5f2486f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,10 @@ Based on LSM tree-structured database with up to 100,000 data writes per second. ``` ## benchmark +On an average PC, writes can be up to 130,000 per second and reads up to 510,000 per second. ``` Benchmark Mode Cnt Score Error Units OpenDBBenchmark.addKeyValue thrpt 134061.544 ops/s +OpenDBBenchmark.getKeyValue thrpt 512352.366 ops/s + ```