From 175b413393130712a7568f7f15fc39d4ac0114e3 Mon Sep 17 00:00:00 2001 From: Ashwin Ramesh <ashwin2007ray@gmail.com> Date: Mon, 6 Jun 2016 19:59:29 +1000 Subject: [PATCH] Update README to add benchmark data --- dgraph/dgraphloader/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dgraph/dgraphloader/README.md b/dgraph/dgraphloader/README.md index 3ccb5fd1..fd2e3c27 100644 --- a/dgraph/dgraphloader/README.md +++ b/dgraph/dgraphloader/README.md @@ -1,3 +1,14 @@ +### 6 June 2016 + +### Comparison of read write and read only configuration of rocksDB + +Random XIDs in XID-UID RocksDB were accessed using a list of XIDs that +were obtanied from the names.gz dataset in both Read-Write as well as +Read-only configurations and the comparisions are shown below + +BenchmarkLoadRW-2 1000000 2033 ns/op +BenchmarkLoadReadOnly-2 1000000 1649 ns/op + ### 17 May 2016 #### Loader CPU and MEM performance -- GitLab