From bc86f74a5b347e974db9d8ba1bf19b973fa839fc Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Wed, 12 Aug 2020 07:30:26 +0300 Subject: [PATCH] Update results --- benchmark/monetdb/instruction.md | 2 +- .../benchmark/dbms/results/005_monetdb.json | 86 +++++++++---------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/benchmark/monetdb/instruction.md b/benchmark/monetdb/instruction.md index b8426d845a9a..482693d64859 100644 --- a/benchmark/monetdb/instruction.md +++ b/benchmark/monetdb/instruction.md @@ -339,7 +339,7 @@ You can find the log in `log.txt` file. Postprocess data: ``` -grep clk log.txt | awk '{ if ($3 == "ms") { print $2 / 1000; } else if ($3 == "sec") { print $2 } else { print } }' +grep clk log.txt | tr -d '\r' | awk '{ if ($3 == "ms") { print $2 / 1000; } else if ($3 == "sec") { print $2 } else { print } }' ``` Then replace values with "min" (minutes) timing manually and save to `tmp.txt`. diff --git a/website/benchmark/dbms/results/005_monetdb.json b/website/benchmark/dbms/results/005_monetdb.json index a29186f09227..c378bb0a4fad 100644 --- a/website/benchmark/dbms/results/005_monetdb.json +++ b/website/benchmark/dbms/results/005_monetdb.json @@ -7,49 +7,49 @@ "comments": "", "result": [ - [0.00125, 0.001215, 0.001187], - [1.468, 1.726, 2.369], - [0.74886, 0.655206, 0.686095], - [0.683854, 0.702824, 0.697182], - [8.918, 11.265, 6.662], - [15.144, 15.054, 15.074], - [0.695901, 0.67102, 0.669029], - [1.425, 1.421, 1.441], - [10.135, 10.278, 9.905], - [8.765, 8.729, 8.504], - [3.196, 3.347, 3.276], - [3.360, 3.398, 3.422], - [10.501, 10.388, 10.305], - [15.811, 15.463, 15.017], - [11.336, 11.229, 11.069], - [6.965, 6.884, 6.907], - [28.985, 29.714, 28.438], - [27.820, 29.318, 29.515], - [46.359, 46.382, 46.353], - [0.75067, 0.768232, 0.765361], - [3.938, 3.932, 3.915], - [3.742, 3.784, 3.727], - [6.024, 5.948, 6.001], - [4.130, 4.138, 4.270], - [6.659, 6.751, 6.674], - [6.817, 6.745, 6.793], - [6.742, 6.673, 6.743], - [57.559, 56.546, 58.124], - [60, 59.189, 60], - [6.374, 6.428, 6.115], - [5.336, 5.555, 5.342], - [6.184, 6.252, 6.541], - [43.900, 42.386, 43.674], - [85, 83, 83], - [83, 82, 83], - [26.289, 25.788, 24.693], - [4.506, 4.503, 4.496], - [4.306, 4.337, 4.355], - [4.274, 4.145, 4.305], - [3.175, 3.121, 3.186], - [2.600, 2.598, 2.507], - [4.239, 4.205, 4.166], - [4.109, 4.222, 4.209] + [0.001262, 0.00142, 0.00119], + [1.530, 1.489, 1.490], + [0.597512, 0.579383, 0.59822], + [0.568003, 0.554572, 0.552076], + [6.688, 6.689, 6.652], + [15.702, 17.189, 15.514], + [0.69777, 0.71187, 0.697177], + [1.536, 1.505, 1.492], + [9.965, 10.106, 10.136], + [8.329, 8.601, 8.039], + [3.385, 3.321, 3.326], + [3.510, 3.431, 3.382], + [10.891, 11.483, 10.352], + [15.711, 15.444, 15.503], + [11.433, 11.399, 11.285], + [7.184, 7.015, 6.849], + [29.096, 28.328, 29.247], + [29.457, 29.364, 29.269], + [47.141, 46.495, 46.472], + [0.783332, 0.771157, 0.783082], + [3.963, 3.930, 3.964], + [3.925, 3.817, 3.802], + [6.067, 6.120, 6.012], + [4.251, 4.190, 4.379], + [6.699, 6.718, 6.802], + [6.887, 6.838, 6.844], + [6.806, 6.878, 6.807], + [61, 55.553, 56.188], + [60, 60, 60], + [6.221, 6.170, 6.382], + [5.684, 5.585, 5.463], + [6.281, 6.574, 6.243], + [44.641, 41.904, 43.218], + [84, 91, 84], + [84, 85, 84], + [26.438, 26.033, 26.147], + [4.825, 4.618, 4.623], + [4.380, 4.418, 4.413], + [4.259, 4.195, 4.195], + [3.233, 3.180, 3.181], + [2.656, 2.557, 2.561], + [4.161, 4.243, 4.166], + [4.199, 4.211, 4.190] ] } ]