From d386f15513412c4258bebb103adaccc65895abea Mon Sep 17 00:00:00 2001
From: bigbes <bigbes@gmail.com>
Date: Tue, 14 Apr 2015 02:15:37 +0300
Subject: [PATCH] Update benchmarks (tweaking memory/cpu redis consumption, fix
 hash/tree)

---
 doc/www/content/ycsb/A_READ_latency.json      |  8 ++---
 doc/www/content/ycsb/A_UPDATE_latency.json    |  8 ++---
 doc/www/content/ycsb/A_throughput.json        |  8 ++---
 doc/www/content/ycsb/B_READ_latency.json      |  8 ++---
 doc/www/content/ycsb/B_UPDATE_latency.json    |  8 ++---
 doc/www/content/ycsb/B_throughput.json        |  8 ++---
 doc/www/content/ycsb/C_READ_latency.json      |  8 ++---
 doc/www/content/ycsb/C_throughput.json        |  8 ++---
 doc/www/content/ycsb/D_INSERT_latency.json    |  8 ++---
 doc/www/content/ycsb/D_READ_latency.json      |  8 ++---
 doc/www/content/ycsb/D_throughput.json        |  8 ++---
 doc/www/content/ycsb/E_INSERT_latency.json    | 31 -------------------
 doc/www/content/ycsb/E_SCAN_latency.json      | 31 -------------------
 doc/www/content/ycsb/E_throughput.json        | 31 -------------------
 .../ycsb/F_READ-MODIFY-WRITE_latency.json     |  8 ++---
 doc/www/content/ycsb/F_READ_latency.json      |  8 ++---
 doc/www/content/ycsb/F_UPDATE_latency.json    |  8 ++---
 doc/www/content/ycsb/F_throughput.json        |  8 ++---
 18 files changed, 60 insertions(+), 153 deletions(-)

diff --git a/doc/www/content/ycsb/A_READ_latency.json b/doc/www/content/ycsb/A_READ_latency.json
index 5c95335541..6adc9b101a 100644
--- a/doc/www/content/ycsb/A_READ_latency.json
+++ b/doc/www/content/ycsb/A_READ_latency.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 2800.53
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 2879.66
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/A_UPDATE_latency.json b/doc/www/content/ycsb/A_UPDATE_latency.json
index c0efd3e433..9720362df1 100644
--- a/doc/www/content/ycsb/A_UPDATE_latency.json
+++ b/doc/www/content/ycsb/A_UPDATE_latency.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 2799.47
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 2883.12
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/A_throughput.json b/doc/www/content/ycsb/A_throughput.json
index 47e8b057a0..29e9a6b1a4 100644
--- a/doc/www/content/ycsb/A_throughput.json
+++ b/doc/www/content/ycsb/A_throughput.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 89662.047
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 87305.745
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/B_READ_latency.json b/doc/www/content/ycsb/B_READ_latency.json
index 1472cd8b1f..8956787602 100644
--- a/doc/www/content/ycsb/B_READ_latency.json
+++ b/doc/www/content/ycsb/B_READ_latency.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 2146.94
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 2741.2
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/B_UPDATE_latency.json b/doc/www/content/ycsb/B_UPDATE_latency.json
index 8e392fa024..bff54c8cc7 100644
--- a/doc/www/content/ycsb/B_UPDATE_latency.json
+++ b/doc/www/content/ycsb/B_UPDATE_latency.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 2140.61
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 2735.76
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/B_throughput.json b/doc/www/content/ycsb/B_throughput.json
index d446823bf8..ce7c2ff8fa 100644
--- a/doc/www/content/ycsb/B_throughput.json
+++ b/doc/www/content/ycsb/B_throughput.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 115329.515
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 91551.41
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/C_READ_latency.json b/doc/www/content/ycsb/C_READ_latency.json
index ede2ab7e70..f072d51490 100644
--- a/doc/www/content/ycsb/C_READ_latency.json
+++ b/doc/www/content/ycsb/C_READ_latency.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 2419.11
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 2800.18
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/C_throughput.json b/doc/www/content/ycsb/C_throughput.json
index 14edf12b62..592ea763e3 100644
--- a/doc/www/content/ycsb/C_throughput.json
+++ b/doc/www/content/ycsb/C_throughput.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 96710.339
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 89801.954
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/D_INSERT_latency.json b/doc/www/content/ycsb/D_INSERT_latency.json
index 7ff5cd4cd0..3a7724313b 100644
--- a/doc/www/content/ycsb/D_INSERT_latency.json
+++ b/doc/www/content/ycsb/D_INSERT_latency.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 2509.82
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 2812.44
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/D_READ_latency.json b/doc/www/content/ycsb/D_READ_latency.json
index a23ce5fc01..250a53ae41 100644
--- a/doc/www/content/ycsb/D_READ_latency.json
+++ b/doc/www/content/ycsb/D_READ_latency.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 2436.37
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 2794.36
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/D_throughput.json b/doc/www/content/ycsb/D_throughput.json
index b6874ca3c1..928b378719 100644
--- a/doc/www/content/ycsb/D_throughput.json
+++ b/doc/www/content/ycsb/D_throughput.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 95262.005
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 89831.931
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/E_INSERT_latency.json b/doc/www/content/ycsb/E_INSERT_latency.json
index 4ec5f0a52a..46bc112eed 100644
--- a/doc/www/content/ycsb/E_INSERT_latency.json
+++ b/doc/www/content/ycsb/E_INSERT_latency.json
@@ -35,37 +35,6 @@
             ], 
             "name": "Redis 2.8.19", 
             "type": "line"
-        }, 
-        {
-            "color": "#8bbc21", 
-            "data": [
-                {
-                    "x": 8, 
-                    "y": 279.21
-                }, 
-                {
-                    "x": 16, 
-                    "y": 292.22
-                }, 
-                {
-                    "x": 32, 
-                    "y": 294.99
-                }, 
-                {
-                    "x": 64, 
-                    "y": 297.33
-                }, 
-                {
-                    "x": 128, 
-                    "y": 307.1
-                }, 
-                {
-                    "x": 256, 
-                    "y": 323.81
-                }
-            ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
-            "type": "line"
         }
     ], 
     "subtitle": {
diff --git a/doc/www/content/ycsb/E_SCAN_latency.json b/doc/www/content/ycsb/E_SCAN_latency.json
index f10cc772d1..d04d3d98a3 100644
--- a/doc/www/content/ycsb/E_SCAN_latency.json
+++ b/doc/www/content/ycsb/E_SCAN_latency.json
@@ -35,37 +35,6 @@
             ], 
             "name": "Redis 2.8.19", 
             "type": "line"
-        }, 
-        {
-            "color": "#8bbc21", 
-            "data": [
-                {
-                    "x": 8, 
-                    "y": 899.2
-                }, 
-                {
-                    "x": 16, 
-                    "y": 1918.61
-                }, 
-                {
-                    "x": 32, 
-                    "y": 3808.07
-                }, 
-                {
-                    "x": 64, 
-                    "y": 7620.66
-                }, 
-                {
-                    "x": 128, 
-                    "y": 15356.24
-                }, 
-                {
-                    "x": 256, 
-                    "y": 32602.57
-                }
-            ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
-            "type": "line"
         }
     ], 
     "subtitle": {
diff --git a/doc/www/content/ycsb/E_throughput.json b/doc/www/content/ycsb/E_throughput.json
index ffeecad9ea..40fa3d7498 100644
--- a/doc/www/content/ycsb/E_throughput.json
+++ b/doc/www/content/ycsb/E_throughput.json
@@ -35,37 +35,6 @@
             ], 
             "name": "Redis 2.8.19", 
             "type": "line"
-        }, 
-        {
-            "color": "#8bbc21", 
-            "data": [
-                {
-                    "x": 8, 
-                    "y": 8904.083
-                }, 
-                {
-                    "x": 16, 
-                    "y": 8555.621
-                }, 
-                {
-                    "x": 32, 
-                    "y": 8640.383
-                }, 
-                {
-                    "x": 64, 
-                    "y": 8637.139
-                }, 
-                {
-                    "x": 128, 
-                    "y": 8556.849
-                }, 
-                {
-                    "x": 256, 
-                    "y": 8046.772
-                }
-            ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
-            "type": "line"
         }
     ], 
     "subtitle": {
diff --git a/doc/www/content/ycsb/F_READ-MODIFY-WRITE_latency.json b/doc/www/content/ycsb/F_READ-MODIFY-WRITE_latency.json
index 5c6004db82..cb943c5e8d 100644
--- a/doc/www/content/ycsb/F_READ-MODIFY-WRITE_latency.json
+++ b/doc/www/content/ycsb/F_READ-MODIFY-WRITE_latency.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 4477.14
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 5431.13
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/F_READ_latency.json b/doc/www/content/ycsb/F_READ_latency.json
index 4ad532c310..3aebd9c30c 100644
--- a/doc/www/content/ycsb/F_READ_latency.json
+++ b/doc/www/content/ycsb/F_READ_latency.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 2211.09
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 2696.19
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/F_UPDATE_latency.json b/doc/www/content/ycsb/F_UPDATE_latency.json
index da27046eef..f14f5bbbcb 100644
--- a/doc/www/content/ycsb/F_UPDATE_latency.json
+++ b/doc/www/content/ycsb/F_UPDATE_latency.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 2218.09
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 2701.37
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
diff --git a/doc/www/content/ycsb/F_throughput.json b/doc/www/content/ycsb/F_throughput.json
index 8f0b95176d..0a3ffbbe2f 100644
--- a/doc/www/content/ycsb/F_throughput.json
+++ b/doc/www/content/ycsb/F_throughput.json
@@ -37,7 +37,7 @@
             "type": "line"
         }, 
         {
-            "color": "#8bbc21", 
+            "color": "#2f7ed8", 
             "data": [
                 {
                     "x": 8, 
@@ -64,11 +64,11 @@
                     "y": 75354.634
                 }
             ], 
-            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }, 
         {
-            "color": "#2f7ed8", 
+            "color": "#8bbc21", 
             "data": [
                 {
                     "x": 8, 
@@ -95,7 +95,7 @@
                     "y": 62302.766
                 }
             ], 
-            "name": "Tarantool (HASH, 1.6.4-564-ge6e1429)", 
+            "name": "Tarantool (TREE, 1.6.4-564-ge6e1429)", 
             "type": "line"
         }
     ], 
-- 
GitLab