From a996d66b8664195a3cb0781ed8ff4e599e2a31df Mon Sep 17 00:00:00 2001 From: martinsumner Date: Sat, 25 Feb 2017 01:17:26 +0000 Subject: [PATCH] Table formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b1cc972..19499ee 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ The target at inception was to do something interesting, something that articula The delta in the table below is the comparison in Riak performance between Leveled and Leveldb. -Test Description | Hardware | Duration |Avg TPS | Delta (Overall) | Delta (Last Hour) -:-------------------------------:|:--------------:|:--------:|:---------:|:----------------:|:------------------: -8MB Object, 60 workers, sync | 5 x i2.2xlarge | 4 hr | | | -8MB Object, 100 workers, no_sync | 5 x i2.2xlarge | 6 hr | 14,100.19 | + 16.15% | + 35.92% -8MB Object, 50 workers, no_sync | 5 x d2.2xlarge | 6 hr | 10,400.29 | + 8.37% | + 23.51% +Test Description | Hardware | Duration |Avg TPS | Delta (Overall) | Delta (Last Hour) +:---------------------------------|:-------------|:--------:|----------:|-----------------:|-------------------: +8MB value, 60 workers, sync | 5 x i2.2x | 4 hr | | | +8MB value, 100 workers, no_sync | 5 x i2.2x | 6 hr | 14,100.19 | + 16.15% | + 35.92% +8MB value, 50 workers, no_sync | 5 x d2.2x | 6 hr | 10,400.29 | + 8.37% | + 23.51% Tests generally show a 5:1 improvement in tail latency for LevelEd.