From e22e2c42c89bc65391af0e72cb90345d6ea710ff Mon Sep 17 00:00:00 2001 From: martinsumner Date: Thu, 2 Feb 2017 12:30:42 +0000 Subject: [PATCH] side-by-side compairson --- docs/VOLUME.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/VOLUME.md b/docs/VOLUME.md index f9e6ed5..a438049 100644 --- a/docs/VOLUME.md +++ b/docs/VOLUME.md @@ -6,13 +6,14 @@ Initial volume tests have been [based on standard basho_bench eleveldb test](../ This showed a relative positive performance for leveled for both population and load: -![](../test/volume/single_node/output/leveled_pop.png "LevelEd") -![](../test/volume/single_node/output/leveled_load.png "LevelEd") +Populate LevelEd | Populate LevelDB +:-------------------------:|:-------------------------: +![](../test/volume/single_node/output/leveled_pop.png "LevelEd - Populate") | ![](../test/volume/single_node/output/leveldb_pop.png "LevelDB - Populate") -By comparison the same test on leveldb: +Load LevelEd | Load LevelDB +:-------------------------:|:-------------------------: +![](../test/volume/single_node/output/leveled_load.png "LevelEd - Populate") | ![](../test/volume/single_node/output/leveldb_load.png "LevelDB - Populate") -![](../test/volume/single_node/output/leveldb_pop.png "Leveldb") -![](../test/volume/single_node/output/leveldb_load.png "LevelDB") ## Riak Cluster Test - #1