From 2e06a6cfcd8a9855b2b3eb5576a6d7c9a3e903e9 Mon Sep 17 00:00:00 2001 From: martinsumner Date: Mon, 27 Feb 2017 08:34:04 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee7ce16..599bf0e 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Test Description | Hardware | Duration |Avg TPS | Delta 8KB value, 60 workers, sync | 5 x i2.2x | 4 hr | 12,679.91 | + 70.81% | + 63.99% 8KB value, 100 workers, no_sync | 5 x i2.2x | 6 hr | 14,100.19 | + 16.15% | + 35.92% 8KB value, 50 workers, no_sync | 5 x d2.2x | 4 hr | 10,400.29 | + 8.37% | + 23.51% +4KB value, 100 workers, no_sync | 5 x i2.2x | 6 hr | 10,400.29 | - 10.44% | - 4.48% Tests generally show a 5:1 improvement in tail latency for LevelEd. @@ -98,4 +99,4 @@ This will start a new Bookie. It will start and look for existing data files, u The book_start method should respond once startup is complete. The leveled_bookie module includes the full API for external use of the store. -Read through the [end_to_end test suites](test/end_to_end/) for further guidance. \ No newline at end of file +Read through the [end_to_end test suites](test/end_to_end/) for further guidance.