From f74280010761fc14f44edf4e21ab4d7d23001d80 Mon Sep 17 00:00:00 2001 From: Zhenyu Luo Date: Tue, 17 Oct 2023 21:52:20 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2efe152..b453d75 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Based on LSM tree-structured database with up to 100,000 data writes per second. -# introduce +## introduce 1. Developed using the LSM architecture 2. Serialization and deserialization of data in the form of ProtoBuf 3. Use direct memory to reduce one copy of the IO process @@ -34,8 +34,8 @@ Based on LSM tree-structured database with up to 100,000 data writes per second. columnFamilyHandle=openDB.getColumnFamilyHandle("luoluoyuyu").date; ``` -#benchmark +## benchmark ``` Benchmark Mode Cnt Score Error Units OpenDBBenchmark.addKeyValue thrpt 134061.544 ops/s -``` \ No newline at end of file +```